
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
CS
|
|
Issue Links:
|
Relate
|
|
|
|
This issue is related to:
|
|
|
|
|
|
|
|
| Planning Status: |
Unspecified
|
|
Server Firebird 2.1 CS, OS win xp
CREATE TABLE TABLE_TXT (
FIELD1 VARCHAR(255)
);
Query:
UPDATE OR INSERT INTO TABLE_TXT (FIELD1)
VALUES (CAST(:FIELD1 AS TIMESTAMP))
MATCHING(FIELD1);
Error:
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements.
Error writing data to the connection.
|
|
Description
|
Server Firebird 2.1 CS, OS win xp
CREATE TABLE TABLE_TXT (
FIELD1 VARCHAR(255)
);
Query:
UPDATE OR INSERT INTO TABLE_TXT (FIELD1)
VALUES (CAST(:FIELD1 AS TIMESTAMP))
MATCHING(FIELD1);
Error:
Unsuccessful execution caused by a system error that precludes
successful execution of subsequent statements.
Error writing data to the connection. |
Show » |
|