Consultor Eletrônico



Kbase 32990: Error 7870 when using SQL-92 driver
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Solution ID: P2990

FACT(s) (Environment):

Linux Intel
Progress 9.1C
Progress 9.1D

SYMPTOM(s):

MERANT ODBC Driver 3.6

Lock table is full. (7870)

Launching a query with READ COMMITTED Transaction Isolation Level

Using the SQL-92 driver

CAUSE:

READ COMMITTED is a non-read-only Isolation Level, therefore, the Lock Table is updated.

FIX:

Use READ UNCOMMITTED Transaction Isolation Level instead.