Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Showing results 1 to 16 of 16
Search took
0.07
seconds.
Search:
Posts Made By:
jtaylor
Forum:
ASP
08-09-2004, 03:18 PM
Replies:
9
Connection String for Javascript
Views:
1,901
Posted By
jtaylor
raf, Tried your suggestion but still no...
raf,
Tried your suggestion but still no luck. Maybe i'll try using vbscript instead since i'm obviously not having any luck with javascript. Would you mind giving me some example code that you...
Forum:
ASP
08-09-2004, 02:16 PM
Replies:
9
Connection String for Javascript
Views:
1,901
Posted By
jtaylor
Not to be a dink about it but in the first...
Not to be a dink about it but in the first paragraph that I wrote I stated that:
i've downloaded the latest ODBC driver (MySQL ODBC 3.51 Driver) for MySQL and the test connection works just fine...
Forum:
ASP
08-05-2004, 02:55 PM
Replies:
9
Connection String for Javascript
Views:
1,901
Posted By
jtaylor
Connection String for Javascript
Hello!
I'm having a problem...obviously or I wouldn't be posting! :p
Anyways, my problem is that I'm trying to connect to a MySQL database that is hosted by our web server host site. I want to...
Forum:
ASP
06-16-2004, 07:41 PM
Replies:
4
Why doesn't ASP let you use String methods?
Views:
1,011
Posted By
jtaylor
Well, thanks everyone for your input! I just...
Well, thanks everyone for your input! I just ended up making a copy of my existing table and resetting the properties of the fields to read as text instead of date/time.
I can then parse all the...
Forum:
ASP
06-09-2004, 09:53 PM
Replies:
4
Why doesn't ASP let you use String methods?
Views:
1,011
Posted By
jtaylor
Why doesn't ASP let you use String methods?
I'm getting a huge headache from this...
I'm trying to obtain a time from a database that is formatted:
8:00:00 AM
I want to be able to slice the string and obtain the hours (8) and then the...
Forum:
ASP
06-02-2004, 04:28 PM
Replies:
6
MySQL connection string doesn't work in ASP using Javascript/VBScript
Views:
2,294
Posted By
jtaylor
Okay, so i'm using this connection string: ...
Okay, so i'm using this connection string:
var conn = Server.CreateObject ("ADODB.Connection");
conn.Open...
Forum:
ASP
06-01-2004, 05:39 PM
Replies:
6
MySQL connection string doesn't work in ASP using Javascript/VBScript
Views:
2,294
Posted By
jtaylor
MySQL connection string doesn't work in ASP using Javascript/VBScript
I'm having a very difficult time connecting to a MySQL database using ASP Javascript. I've tried using the following examples:
___________________________________________________
A simple...
Forum:
ASP
05-25-2004, 08:51 PM
Replies:
3
Problem importing Excel/CSV into Access Using Javascript and SQL
Views:
2,167
Posted By
jtaylor
Let me answer this myself...
Well, I figured out how to do it so I thought I might post the way I did it so that if anyone wanted to figure out how to do this in the future they would be able to look here:
I wrote three...
Forum:
Java and JSP
05-10-2004, 07:58 PM
Replies:
1
How to access a database on the server using java
Views:
2,680
Posted By
jtaylor
How to access a database on the server using java
Okay Java experts, here's my dilemia:
I'm trying to write a Java application to connect to a database that resides on our network server. I've been able to connect to the database in question from...
Forum:
ASP
05-06-2004, 07:02 PM
Replies:
5
Displaying decimal places using Javascript from an access database
Views:
1,471
Posted By
jtaylor
For now, I listened to A1ien51's outloud thoughts...
For now, I listened to A1ien51's outloud thoughts and created a separate field that holds the price as a string. Of course, it displays fine, so I guess for now i'll use that as my display and do any...
Forum:
ASP
05-05-2004, 08:26 PM
Replies:
3
Problem importing Excel/CSV into Access Using Javascript and SQL
Views:
2,167
Posted By
jtaylor
Something like that... This is what I've got...
Something like that...
This is what I've got setup so far:
<% @Language=Javascript %>
<HTML>
<HEAD>
<%
Forum:
ASP
05-05-2004, 08:14 PM
Replies:
5
Displaying decimal places using Javascript from an access database
Views:
1,471
Posted By
jtaylor
Displaying decimal places using Javascript from an access database
I'm trying to get my values from an access database to display on the web page using Javascript ASP. I've got the Access database formatted so that the number can have 2 decimal places and doesn't...
Forum:
ASP
04-30-2004, 06:45 PM
Replies:
3
Required Fields in Forms
Views:
884
Posted By
jtaylor
for javascript
What I always do is this:
<FORM id=form name=form action="whatever.asp" method=post onsubmit="return verify();">
<INPUT id=textbox name=textbox>
<INPUT id=textbox2 name=textbox2>
<INPUT...
Forum:
ASP
04-30-2004, 06:24 PM
Replies:
3
Problem importing Excel/CSV into Access Using Javascript and SQL
Views:
2,167
Posted By
jtaylor
Problem importing Excel/CSV into Access Using Javascript and SQL
Okay, I'm developing a program for my company to update the physical inventory on a weekly basis. We have an existing program written in VB by my predecessor but it's faulty.
I want to connect to...
Forum:
JavaScript programming
04-30-2004, 04:05 PM
Replies:
3
two or more scripts to work concurrently on one page
Views:
909
Posted By
jtaylor
Agreement and help
I agree with fredmv, some examples of your code would be helpful.
I know you said you already tried writing them as one line but try this again and see how it works.
(this is if you're using...
Forum:
JavaScript programming
04-30-2004, 04:00 PM
Replies:
4
Submit form by javascript (link)
Views:
1,587
Posted By
jtaylor
I'm just guessing but...
Okay,
It looks to me like what you're trying to do is have this link:
<a href="void(0)" onClick="javascript:Check'154','999999','f0005');">company</a>
dynamically add the values your sending...
Showing results 1 to 16 of 16
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
04:37 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.