ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 16th, 2003, 05:55 AM
abdul_zu abdul_zu is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: Doha Qatar
Posts: 19 abdul_zu User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 51 m 23 sec
Reputation Power: 0
Send a message via Yahoo to abdul_zu
ASP mySQL Connection

Hi all,

I am trying to connect mySQL on Localhost system through ASP. but i am getting some problem

Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Here is the code:

<%
set myconn = server.createobject("adodb.connection")
connection = "Driver={Mysql}; Server=localhost Database=test; UID=root; PWD=root"
myconn.open(connection)
%>


I am waiting for your help guys.

Reply With Quote
  #2  
Old November 16th, 2003, 10:15 AM
Doug G Doug G is offline
Grumpier Old Moderator
Dev Shed God 12th Plane (10500 - 10999 posts)
 
Join Date: Jun 2003
Posts: 10,843 Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level)Doug G User rank is Major General (70000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 22 h 48 m 43 sec
Reputation Power: 766
Did you install MyODBC on the server? You can download MyODBC and view the documentation at www.mysql.com

There are example connection strings in the documentation. Look at the connection string syntax for different versions of MyODBC as well.

Reply With Quote
  #3  
Old November 16th, 2003, 11:19 AM
abdul_zu abdul_zu is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: Doha Qatar
Posts: 19 abdul_zu User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 51 m 23 sec
Reputation Power: 0
Send a message via Yahoo to abdul_zu
Hi,

Already i have installed MyODBC on the server.
any more idea plaz

thank u

Reply With Quote
  #4  
Old November 17th, 2003, 03:48 PM
INF INF is offline
Standards User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 146 INF User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 6 m 4 sec
Reputation Power: 6
You are missing the semi-colon between localhost and Database, and after your PWD
Try this
Code:
<%
set myconn = server.createobject("adodb.connection")
connection = "Driver={Mysql}; Server=localhost; Database=test; UID=root; PWD=root;"
myconn.open(connection)
%>

You may need these added too:
Code:
Port=3306; Option=0; Socket=; Stmt=;

Here's an article
http://www.devarticles.com/art/1/50/4

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > ASP mySQL Connection


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway