Distributed transaction error from SQL Server ODBC Driver 
Author Message
 Distributed transaction error from SQL Server ODBC Driver

Hi,

Our application is developed as VB components running under MTS in
Windows NT Server 4.0. One of the component is accessing SQL Server 6.5
database using ADO and ODBC driver.

Some times I am getting Distributed Transaction Error from ODBC SQL
Server Driver. But this error is not consistent. Do you have any idea
why I should be getting this error ?

Advance thanks for your help

Hari Somaskanthan

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Tue, 04 Jun 2002 03:00:00 GMT  
 Distributed transaction error from SQL Server ODBC Driver

"Distributed Transaction Error" is a little vague, but you are most
likely experiencing a contention problem with one of the tables in
the affected method call.

When you more heavily stress the objects, do you will see an increase
in both the elapsed time and frequency of the error?

Are you performing SELECT statements over a connection that is
participating in a distributed transaction, with reference to a table
being updated in the same transaction?

Mike

Quote:

>Hi,

>Our application is developed as VB components running under MTS in
>Windows NT Server 4.0. One of the component is accessing SQL Server 6.5
>database using ADO and ODBC driver.

>Some times I am getting Distributed Transaction Error from ODBC SQL
>Server Driver. But this error is not consistent. Do you have any idea
>why I should be getting this error ?



Tue, 04 Jun 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Distribute SQL Server ODBC driver ?

2. VB Sql Server Via ADO Problem: [Microsoft][ODBC Sql Server Driver]

3. Error: 40002 - 01S03: [Microsoft][ODBC SQL Server Driver]No rows updated or deleted

4. SQL Server ODBC Driver Error

5. Error : 40002 - 01S03: [Microsoft][ODBC SQL Server Driver]No rows updated or deleted

6. Error -2147217887 [Microsoft][ODBC SQL Server Driver]Optional feature not implemented ,

7. [ODBC SQL Server Driver][TCP/IP Sockets]General network error

8. Error -2147217887 [Microsoft][ODBC SQL Server Driver]Optional feature not implemented ,

9. Error -2147217887 [Microsoft][ODBC SQL Server Driver]Optional feature not implemented ,

10. ODBC SQL SERVER DRIVER ERROR

11. Errors with MS SQL Server ODBC drivers

12. ODBC, MTS, MS DTC Distributed transaction error

 

 
Powered by phpBB® Forum Software