472,146 Members | 1,556 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,146 software developers and data experts.

Getting an OLEDB Transaction for Oracle 7.2

I am getting an error that states: DB_E_ERRORSINCOMMAND when I try to
establish a transaction in an Oracle 7.2 database. The code is:

Try
If AuthHelper.App_conn.State = ConnectionState.Closed Then
AuthHelper.App_conn.Open()
End If

Dim myTrans As
System.Data.OleDb.OleDbTransaction=AuthHelper.App_ conn.BeginTransaction()

test_results.Transaction = myTrans
Catch..etc,etc

Well, anyway, it's wordwrapping but the line that starts 'Dim myTrans'
throws the above error. I've tried it with Isolation levels, and the
isolation level 'Unspecified' gives me a different error message. That
one says that the Isolation level is not supported.
Can anyone help????
-Sara
Jul 21 '05 #1
0 1034

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Martin Hazell | last post: by
reply views Thread by NicK chlam via DotNetMonster.com | last post: by
5 posts views Thread by ashley.ward | last post: by
reply views Thread by Saiars | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.