Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote connection to web database problem???
Message
De
04/06/2003 19:22:07
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00796034
Message ID:
00796458
Vues:
10
Try this:

gnConnHandle = sqlstringconnect( blah blah blah )
cCmdString = 'Insert into mytab (val1, val2) values ("Test1","Test2")'
lResults = SQLExec( gnConnHandle, cCmdString )

If lResults = -1
= MessageBox( 'Insert Failed' )
Else
= MessageBox( 'Insert worked' )
Endif
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform