Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql server - vfp how?
Message
De
12/04/2012 11:21:14
 
 
À
12/04/2012 08:20:33
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01541027
Message ID:
01541224
Vues:
54
I tried that but the inserts did not work.
But now I have an even bigger problem
yesterday i could connect to sqlserver just fine. today it times out
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)
but the sql serve manager connects just fine

What do I need to do???

Peter
Peter Cortiel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform