Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL cursor select problem
Message
De
20/07/2003 19:15:07
Alan Harris-Reid
Baseline Data Services
Devon, Royaume Uni
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SQL cursor select problem
Divers
Thread ID:
00811876
Message ID:
00811876
Vues:
38
I am trying to select a cursor from a MSDE database using the following code...

gnConnHandle = SQLCONNECT('KCHP') && returns 9
lnTest1 = SQLSETPROP(gnConnHandle, 'asynchronous', .F.) && returns 1 (ok)
lnTest2 = SQLEXEC(gnConnHandle, ;
'SELECT * FROM dbo.Policy WHERE cStatusId="C"', ;
'AA') && returns -1 (connection-level error)


No cursor is produced. I cannot fathom why the last line is failing. There are no error messages. Table dbo.Policy definitely exists in the database the connection is pointing to, as does the field cStatusId. Has anyone out there any idea what I might be missing?

TIA,
Alan Harris-Reid
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform