Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Option value
Message
From
03/03/2010 23:22:11
Hee Lim Wang
Fantasy Software Enterprise
Malaysia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Option value
Miscellaneous
Thread ID:
01452411
Message ID:
01452411
Views:
96
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')
Reply
Map
View

Click here to load this message in the networking platform