Re: snapshot isolation level
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Tue, 22 May 2007 06:23:21 -0400
As I said, the ability to set this really depends on the Provider. For
example, pre-2005 SQL Server did not have snapshot isolation: it was newly
introduced in SQL 2005, so the SQLOLEDB provider will not be able to use it,
whereas the new SQLNCLI provider should be able to. You need to look for the
documentation for that provider to see if it can do it.
Jan Nitecki wrote:
Hello,
Unfortunately MDAC documentation has no reference to Snapshot
isolation, so there is no relevant enum.
Best regards,
Jan Nitecki
"Bob Barrows [MVP]" wrote:
Fotis Mylonas wrote:
Hallo all,Maybe. It depends on what database and provider you are using. It
suppose i have the oldfashioned:
Set cnSQL = Server.CreateObject ("ADODB.Connection")
Is there a way to use snapshot isolation level in an old (prior
.Net) connection object (ado 2.7)?
sounds as if you don't have access to the ADO documentation which
can be found here:
http://msdn.microsoft.com/library/en-us/ado270/htm/mdmscadoapireference.asp
Look for the Isolationlevel property, as well as the
IsolationLevelEnum enumeration.
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get
a quicker response by posting to the newsgroup.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
.
- Prev by Date: Re: Column_Name with periods in name
- Next by Date: Re: Column_Name with periods in name
- Previous by thread: Column_Name with periods in name
- Next by thread: Re: Snapshot Isolation Level - how to select?
- Index(es):
Relevant Pages
|
|