|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
I am a web developer, using Asp and MySql for a project.
I have tried to setup a DSN but couldn't find the provider for mysql connection, hence could not able to setup it. Also I have tried <% strConnection = "driver={MySQL};server=localhost;uid=;" strConnection = strConnection & "PASSWORD=;database=databaseName" Set adoDataConn = Server.CreateObject("ADODB.Connection") adoDataConn.Open strConnection %> but it is giving me error as Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified. I am getting late for this project. From which I can download the provider for Mysql connection via Asp? or another solution you would like to suggest? please I would be thankfull to ..... <b>Edited by me </b>:- I have installed the MyODBC from mysql.com, on my local server, but still it is giving the same error. would anybody help me please. please....... Last edited by vinay : March 12th, 2003 at 11:23 AM. |
|
#2
|
|||
|
|||
|
You are going to need to create an odbc link.
You will need an odbc driver for mysql: http://www.mysql.com/products/myodbc/ All set.
__________________
__________________________________________________ _ Wil Moore III, MCP | Integrations Specialist | Senior Consultant Are You Listed...? | DigitallySmooth Inc. |
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > How to build connection between Asp and Mysql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|