Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MySQL Connect Problem
Message
De
24/11/2014 05:24:10
 
 
À
24/11/2014 05:21:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01611335
Message ID:
01611337
Vues:
54
>>Hi All
>>
>>Having a bit of a blind moment. I am trying to connect to a MySQL database that a contract programmer has given me without much documentation. Here is my test connection code:
>>
>>
>>lcServer   = "localhost"
>>lcDatabase = "MyTableName"
>>lcUser     = "root"
>>lcPassword = "MyPassword"
>>
>>lcStringConn  ="Driver={MySQL ODBC 3.51 Driver};Port=3306" + ;
>>              ";Server="   + lcServer   + ;
>>              ";Database=" + lcDatabase + ;
>>              ";Uid="      + lcUser     + ;
>>              ";Pwd="      + lcPassWord
>>              
>>lnHandle=SQLSTRINGCONNECT(lcStringConn)
>>
>>
>>But I get a connection error which says: "Connectivity error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified"
>>
>>The contract developer says my connection string is right but clearly I cant connect. Where am I missing the obvious?
>>
>>TIA
>
>
>Looks, OK - but you do specify the name of the database and not just a tablename, don't you ?

Hi Gregory, sorry, in my example "MyTableName" should have been "MyDatabaseName". Sorry. I feel I am missing something obvious but cant think of it right now!
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform