Search found 2 matches
- 11.03.2008, 08:17
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: [bug?]"Range check error" and EConvertError with D
- Replies: 2
- Views: 1177
[bug?]"Range check error" and EConvertError with D
Me again. :D I'm taking "Range check error" when active ZTable at design and EConvertError at runtime. This occur if a table has a field Timestamp. I'm using "zeos 6.6.2-RC" with protocol oracle9i to connect in Oracle 10g. The exception EConvertError raise in ZDbcOracleResultSet....
- 11.03.2008, 07:26
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: "connected" always returns -1 and about DBComboBox
- Replies: 1
- Views: 691
"connected" always returns -1 and about DBComboBox
I have 2 questions: 1 - I'm trying this to connect: ZConnection1.connected := True; or ZConnection1.connect; In the 2 ways ZConnection.connected and always returns -1, but the sqls is working and returning values, is it normal? ------------------------------------------------------ 2 - I would like ...