Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any one know error BeginTransaction?
Message
De
31/08/2011 12:54:00
 
 
À
30/08/2011 21:46:10
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01522213
Message ID:
01522405
Vues:
37
>Thank you for reply me. But i don't know what you mean? If i change conn.BeginTransaction is ok no error ?

There are two enums named IsolationLevel:

System.Data.IsolationLevel in System.Data.dll
System.Transaction.IsolationLevel in System.Transaction.dll

The one required as a parameter for SQLConnection.BeginTransaction is the first. It occurred to me that you might be inadvertently using the second....
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform