Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't connect from VFP
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Versions des environnements
SQL Server:
SQL Server 2008
Divers
Thread ID:
01541233
Message ID:
01541249
Vues:
37
You can still connect via SSMS now, correct?

Are you sure that SQL is (still) configured to allow remote connections in SQL configuration? Is TCP protocol enabled in SQL Configuration?

Is the SQL Browser service started in Services? Make sure it is. Set it to automatic.

>it worked yesterday!
>
>>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
____________________________________

Don't Tread on Me

Overthrow the federal government NOW!
____________________________________
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform