Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intermittent connection problems
Message
From
17/06/2005 12:06:46
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01024177
Message ID:
01024367
Views:
24
Hi Sergry,

Our clients were initally set up to use TCP/IP, I will go make sure they were not changed. We install MDAC on the clients which I believe sets up the ODBC drivers. How do I tell the application to use TPC/IP? My connect string looks like this.
lcString = 'Driver={SQL Server};' +;
                    'Server=192.168.3.16;' + ;
                    'database=as2sqlrep;'+ ;
                    'uid=xxxxxxx;pwd=xxx'

lnConn = SQLSTRINGCONNECT(lcString)
= SQLSETPROP(lnConn, "ConnectTimeOut", 600 )
= SQLSETPROP(lnConn, "QueryTimeOut", 600 )
Thanks,
Margaret
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform