Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About CursorAdapter
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00814847
Message ID:
00814933
Vues:
12
>Hi Again Mark,
>I'll try your suggestion about CA , for SPT subject is not clear yet i need some sample
>containing connectionstring,sqlexec() vs ...

The ConnectionString example you should already have.
lnHandle = SQLSTRINGCONNECT(lcConString)  && from thread I referenced
lnRetVal = SQLEXEC(lnHandle, 'select ... from mytable where ... order by ...', 'crsResults')

if lnRetVal < 1
   * failure
else
   * worked
endif
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform