My ODBC Error

2002-01-15 Thread Frankie Cooke

Hello All

I can currently connect to a Mysql database on my local machine, a windows
o/s.  However, when I try and do this on unix - get the error:

Vbscript Runtime error 'ASP 0185 : -2147467259'
Data source name not found or no default driver specified

include/dbconnectcrop.asp,line 11


Line 11 is the where I am opening the connection.  I feel that I have not
matched the driver name.  Is the driver MyODBC called something different
on Unix, other than MySQL.  Below is my conenction string.

%

' Connect to MySQL database for passwords  section documents

Dim dbconnect, anyRs, insComm

set dbconnect=Server.CreateObject(ADODB.Connection)

dbconnect.ConnectionString=Driver=MySQL;server=localhost;Database=cropwise;


dbconnect.Open

%

Thanks for any help

Frankie




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




db and the web

2001-12-17 Thread Frankie Cooke

Hello all

I have created a database and now wish to make this available on the web,
does anyone know what I need to upload and how I go about this processs.  Is
it a normal ftp process etc

Please help  thanks for any help given

Frankie


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php