|
From: Pierre A. <pie...@op...> - 2003-11-27 10:49:20
|
Hello,
I have done following:
- Created transaction with IsolationLevel.RepeatableRead.
- Executed two commands using FbCommand, while keeping the
same transaction active :
(1) CREATE TABLE X(A INTEGER NOT NULL, B INTEGER);
(2) INSERT INTO X(A, B) VALUES (1,1);
When executing command (2), I get an error stating that I
am referring to an unknown table named X (but it should
exist !?) with SQL error code -204.
I am using latest .NET provider 1.5 BETA (last update in
CHANGELOG is from 2003-11-10), .NET 1.1, Firebird 1.5 RC7.
Kind regards,
Pierre
|