Search found 7 matches
- 07.07.2010, 20:07
- Forum: ZeosLib 7.0 Beta Forum
- Topic: D2010, Oracle10g and problem with VARCHAR2 and NVARCHAR2
- Replies: 4
- Views: 604
D2010, Oracle10g and problem with VARCHAR2 and NVARCHAR2
Hi, I'm using D2010 (update 4/5), Oracle 10g Express (Release 2) and ZeosLib 7.0.0-dev SVN 809. When I tried to update a VARCHAR2 field it saves only the first character and when I tried to update a NVARCHAR2 field I got the exception "Type mismatch". I read a topic about the exception &qu...
- 07.07.2010, 19:28
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Error Install DELPHI 2010
- Replies: 2
- Views: 750
- 20.12.2009, 01:40
- Forum: ZeosLib 7.0 Beta Forum
- Topic: GotoBookmark Error
- Replies: 14
- Views: 1659
- 10.12.2009, 13:51
- Forum: ZeosLib 7.0 Beta Forum
- Topic: GotoBookmark Error
- Replies: 14
- Views: 1659
- 08.12.2009, 18:22
- Forum: ZeosLib 7.0 Beta Forum
- Topic: GotoBookmark Error
- Replies: 14
- Views: 1659
GotoBookmark Error
I dont know if this is the right place, but... I tried to use the component JvDBTreeview of the Jedi Library (is simple to implement), and I got the exception below: procedure TZAbstractRODataset.InternalGotoBookmark(Bookmark: Pointer); var Index: Integer; begin Index := CurrentRows.IndexOf(Bookmark...
- 08.12.2009, 17:27
- Forum: MySQL
- Topic: Get Auto Inc ID
- Replies: 2
- Views: 581
- 29.11.2009, 05:37
- Forum: MySQL
- Topic: Get Auto Inc ID
- Replies: 2
- Views: 581
Get Auto Inc ID
Hi there, I'm back to programming software to pc using D2009 and mysql. I started using MyDAC to access the data base. It is good, but isn’t free. So I kept looking for and I found the Zeos. I installed and made a simple example, the next step was get the value of ID auto increment field. I read som...