Errors report

psoranzo

Member
1 - TOracleDaset:
I have a table with a blob field, when i call the edit method on a record with this field empty i receive the following error: Record changed by another user.

2 - TOracleLogon:
When changing the expired password i receive an AV.

3 - TOracleSessionPool:
I have a TOracleSessionPool with the property PoolType = ptOracle and StatementCache = True; when i call the logon method i receive the following Oracle error: ORA-24437: OCIStmtExecute called before OCIStmtPrepare2.

Tia
PSoranzo
 
1 - TOracleDaset:
I have a table with a blob field, when i call the edit method on a record with this field empty i receive the following error: Record changed by another user.

2 - TOracleLogon:
When changing the expired password i receive an AV.
I can't reproduce these 2 issues. Can you send me a little demo project to reproduce this?

3 - TOracleSessionPool:
I have a TOracleSessionPool with the property PoolType = ptOracle and StatementCache = True; when i call the logon method i receive the following Oracle error: ORA-24437: OCIStmtExecute called before OCIStmtPrepare2.
Indeed. We have fixed this.

------------------
Marco Kalter
Allround Automations

[This message has been edited by mkalter (edited 23 September 2003).]
 
Yes, the problem has been fixed for the final 4.0 release. Did I forget to mail you that?

------------------
Marco Kalter
Allround Automations
 
Back
Top