Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote data
Message
De
17/11/2000 15:45:47
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00443185
Message ID:
00443239
Vues:
9
>Try something like...
>hODBC = SQLCONNECT()
>cSQL = "SELECT * FROM MyTable WHERE etc."
>iResult = SQLEXEC( hODBC, cSQL, "NewCursor" )
>IF iResult # -1
> COPY TO .....\path\MyRealTable
>ENDIF


What does this do? Specifically '#'? --->iResult # -1
tom
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform