Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't connect from VFP
Message
From
12/04/2012 13:31:45
 
 
To
12/04/2012 13:04:28
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01541233
Message ID:
01541240
Views:
45
Looks like the driver name isn't right. Look here http://connectionstrings.com/sql-server-2008 for the ODBC connection string.

>yesterday I installed SQL2008 developer
>
>I could connect with this:
>
>
>strConnectionString	= [Driver={SQL Server};Server=OTT-LT1026;Database=kba_sql;Uid=sa;pwd=]
>strConnectionString	= [Driver={SQL Server};Server=OTT-LT1026;Database=kba_sql;Trusted Connection]
>
>strSQL				  = [select * from claims where 1=1 ] && or what ever sql statement you are passing.
>csrCursorToBeReturned = [csrNames]
>
>intHandle = SQLSTRINGCONNECT(strConnectionString)
>
>intResults = SQLEXEC(intHandle, strSQL, csrCursorToBeReturned)
>
>
>
>today it times out
>with SQL management studio I connect just fine
>
>what could be wrong?
>
>Peter
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform