Search found 7 matches

by hsk
07.07.2010, 20:07
Forum: ZeosLib 7.0 Beta Forum
Topic: D2010, Oracle10g and problem with VARCHAR2 and NVARCHAR2
Replies: 4
Views: 579

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...
by hsk
07.07.2010, 19:28
Forum: ZeosLib 7.0 Beta Forum
Topic: Error Install DELPHI 2010
Replies: 2
Views: 739

Open "\...\delphi14\ZeosDbo.groupproj"
Make a "Build All" in the projects
Copy all dpl files (*.dpl) in "\...\delphi14\build" to "Public\Documents\RAD Studio\7.0\Bpl"
by hsk
20.12.2009, 01:40
Forum: ZeosLib 7.0 Beta Forum
Topic: GotoBookmark Error
Replies: 14
Views: 1611

Sorry, I was traveling...

But I did the update to SVN744 and It´s working now =)

thx for all
by hsk
10.12.2009, 13:51
Forum: ZeosLib 7.0 Beta Forum
Topic: GotoBookmark Error
Replies: 14
Views: 1611

papelhigienico wrote:What's is your db server? What's is your revision?
Sorry, I forgot this info. :oops:

I´m using MySQL5.1 and SVN740
by hsk
08.12.2009, 18:22
Forum: ZeosLib 7.0 Beta Forum
Topic: GotoBookmark Error
Replies: 14
Views: 1611

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...
by hsk
08.12.2009, 17:27
Forum: MySQL
Topic: Get Auto Inc ID
Replies: 2
Views: 572

hmm ok... I think I can use the ZQuery without ZUpdateSql
thx man ;)
by hsk
29.11.2009, 05:37
Forum: MySQL
Topic: Get Auto Inc ID
Replies: 2
Views: 572

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...