Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OS problem in ORACLE - COMMIT, ROLLBACK
Message
De
28/03/2003 01:45:54
Amit Abhangrao
Charmi Software Exports
Mumbai, Inde
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
OS problem in ORACLE - COMMIT, ROLLBACK
Divers
Thread ID:
00771191
Message ID:
00771191
Vues:
39
Hi
Im connecting my oracle database server thro'
lnorahndle = SQLCONNECT("DSN", "SCHEMA", "PASSWORD")

my client OS are different WIN98, WIN2000 and WIN- XP
i got problem while saving records
IN WIN95, WIN2000
=SQLEXEC(lnorahndle, "SAVEPOINT slSavePnt")
=SQLEXEC(lnorahndle, "ROLLBACK To slSavePnt")
=SQLEXEC(lnorahndle, "COMMIT")
All these commands Works Fine

But these commands does not works in XP
instead
=SQLEXEC(lnorahndle, "BEGIN SAVEPOINT slSavePnt; END;")
=SQLEXEC(lnorahndle, "BEGIN ROLLACK TO slSavePnt; END;")
=SQLEXEC(lnorahndle, "BEGIN COMMIT; END;")
Works fine

but these commands doesnt work in WIN98 and WIN2000

Please Help me

TIA

Amit
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform