Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor adapter
Message
 
À
30/03/2006 08:25:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01109126
Message ID:
01109130
Vues:
24
>Hi All,
>
>I m using cursor adapter in forms , i m able to insert, update from cursor adapter but while deleting from cursoradapter the record gets deleted from cursoradapter but cannot delete from SQL table.
>Please suggest any help.
>
>
>thanks.

Check for Error after TableUpdate()
IF NOT TABLEUPDATE(.....)
   AERROR(aaa)
   MessageBox(aaa[1,2])
ENDIF
It looks like some trigger is fired that does not allow you to delete some records.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform