Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Option value
Message
De
03/03/2010 23:22:11
Hee Lim Wang
Fantasy Software Enterprise
Malaisie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Option value
Divers
Thread ID:
01452411
Message ID:
01452411
Vues:
97
Hi all
who can tell me what is the option value for auto-reconnect ?

m.driver ='MySQL ODBC 5.1 Driver'
m.server ='hq.selfip.com'
m.port ='3306'
m.option ='3'
m.uid ='root'
m.pwd ='abcdef123456'

backend=SQLStringConnect('DRIVER={'+ALLTRIM(m.Driver)+'};SERVER='+ALLTRIM(m.server)+';PORT='+ALLTRIM(m.port)+';OPTION='+ALLTRIM(m.option)+';UID='+ALLTRIM(m.uid)+';PWD='+ALLTRIM(m.pwd)+';autoReconnect=true')
Répondre
Fil
Voir

Click here to load this message in the networking platform