Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Passthrough
Message
De
06/11/2001 21:09:24
Steven Dyke
Safran Seats USA
Texas, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SQL Passthrough
Divers
Thread ID:
00578326
Message ID:
00578326
Vues:
44
I need to update a table in a remote database. My code seems to be okay. The remote table displays as a cursor in my current app but is blank. Here is the code. By the way there is a record with sys(0) in it.

Public gnIsRung2
pcd1a2 = "'" + sys(0) + "'"
f1 = "supcomid, isrung, actdate"

gnIsRung2 = SQLCONNECT('pdmsupflag')
isrung1 = "Select * From pdmsupt Where AllT(supcomid) == &pcd1a2"


=SQLEXEC(gnIsRung2, isrung1, 'cRuning2')
=CURSORSETPROP("Tables" , "pdmsupt")
=CURSORSETPROP("UpdateNameList" , "supcomid pdmsupt.supcomid, isrung pdmsupt.isrung, actdate pdmsupt.actdate")
=CURSORSETPROP("KeyFieldList", "supcomid, isrung, actdate")
=CURSORSETPROP("UpdatableFieldList", f1)
=CURSORSETPROP("SendUpdates", .T.)
Browse
Go Top
Use
=SQLDISCONNECT(gnIsRung2)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform