Go Back   CodingForums.com > Search Forums

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
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
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
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
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
Views: 1,011
Posted By jtaylor
Angry 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
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
Views: 2,294
Posted By jtaylor
Angry 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
Views: 2,167
Posted By jtaylor
Smile 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
Views: 2,680
Posted By jtaylor
Question 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
Views: 1,471
Posted By jtaylor
Cool 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
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
Views: 1,471
Posted By jtaylor
Angry 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
Views: 884
Posted By jtaylor
Cool 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
Views: 2,167
Posted By jtaylor
Unhappy 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
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
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

All times are GMT +1. The time now is 04:37 AM.