Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I could not connect a database using ODBC driver 3.51.30.
The error code is showing as
"Connection failed: [hy000] [MySql] [ODBC 3.51 driver] Can't connect to MySql server on '1**.**3.**8.**' (10060)" while I am connecting a database.
Though the same database is connecting through another machine using same ODBC driver.
What may be the possible reason?
Posted
Updated 8-Aug-13 0:17am
v3
Comments
Mohibur Rashid 8-Aug-13 20:59pm    
may I ask, why odbc for mysql? why not native mysql functions?

try this link if you want to work with native http://www.codeproject.com/Articles/34646/Accessing-MySQL-data-base-using-MySQL-C-API

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900