Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP with SQL Server -- Pkey
Message
De
16/01/2001 14:09:06
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00464309
Message ID:
00464324
Vues:
14
Okay. Here it is:

* get the handle and get the @@identity number
lnSQLHandle = cursorgetprop('ConnectHandle', (lctable))
* requery the table with the identity parameter for this record
lnUpdated = sqlexe(lnSQLHandle, 'Select @@Identity', 'sqlresult')
If lnUpdated <= 0
msg = "Identity value was not found -- call a programmer now"
messagebox(msg, 0+16+0, "Identity Value Failure")
aerror(aSqlError)
list memory like aSqlError noconsole to print
else
oVar.PrimaryKey = sqlresult.exp
select (lctable)
lnUpdated = requery()
If lnUpdated <=0
msg = "Verification Requery Failed -- call a programmer now"
messagebox(msg, 0+16+0, "Validation Requery Error")
aerror(aSqlError)
list memory like aSqlError noconsole to print
else
endif
endif
Thanks in Advance.

J. Turner
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform