Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLEXEC won't Insert data
Message
De
06/01/2008 09:11:50
 
 
À
06/01/2008 09:03:02
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01279605
Message ID:
01279740
Vues:
17
sorry this still doesn't work. What am I missing?

lcDSNLess="server=RIXON-6A0C5C112\SQLEXPRESS;driver={SQL Server};database=PHOTOEYE;Trusted_Connection=Yes"

x = SQLSTRINGCONNECT(lcDSNLess)

use SyncBoxQuery

SCAN NEXT 20
text to m.lcSQL
INSERT INTO Sync_Box (;
shiplist) ;
VALUES (;
?SyncBoxQuery.shiplist)
Endtext
lnsuccess = SQLEXEC(m.gnConnHandle, m.lcSQL)
? lnsuccess
endscan


* lnsuccess is -1 each time.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform