|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
ASP and MySQL help!
Could any one please help?
I have installed MySQL and MyODBC successfully. If i try to create a system DSN and test it the following message appears: [MySQL][ODBC 3.51 Driver]Can't connect to MySQL server on 'localhost' (10022) If I try to use the DSN in the code to connect to thye database I get the following error: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [MySQL][ODBC 3.51 Driver]Can't connect to MySQL server on 'localhost' (10022) Can anyone please help it would be very much appreiciated Many Thanks |
|
#2
|
|||
|
|||
|
ASP and MySQL help
The code is simple
<% dim adoConn set adoConn = Server.CreateObject("ADODB.Connection") adoConn.Open "DSN=MySQL_dsn" if adoConn.errors.count = 0 then response.write "Connected Successfully!" end if %> get the error on the adoConn.Open line |
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > ASP and MySQL help! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|