Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLEXEC() and SQLServer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SQLEXEC() and SQLServer
Divers
Thread ID:
00748894
Message ID:
00748894
Vues:
72
I have an app in development where I want to allow the user to change their password on SQLServer 2000 using the sp_password built-in stored procedure. I've tried SQLSetProp(x, "Transactions", 2). I've tried ADO and it worked, but I would like to avoid using ADO for just this one tiny thing.

Here's the line:
SQLExec(x,"exec sp_password 'oldpass','newpass'")

The error I get says that sp_password cannot be executed within a transaction. Is VFP7 setting up a transaction on SQL and if so how do I stop it from doing so?

Any help would be appreciated.

Thanks

Richard
State of Florida, DCF
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform