Search found 4 matches

by pcoenen
09.04.2010, 05:53
Forum: ZeosLib 7.0 Beta Forum
Topic: ZDbcMySQLStatement and Unicode parameters
Replies: 4
Views: 795

using Zeos SVN rev 800 and Delphi 2010 Hi, Same problem with unicode string parameter Query and SQLite. Patch from BraveCobra also works here :-). Is it possible to add it in ZDbcSqLiteStatement.pas (Line 361) 361 stString, stUnicodeString, stBytes: 362 Result := GetEscapeString(SoftVarManager.GetAs...
by pcoenen
05.04.2010, 20:06
Forum: SQLite
Topic: LargeInt fields show up as TStringField in Table component
Replies: 4
Views: 731

My own fault :(

I recreated the table and used BIGINT when I created the field in the table. Now I have a TLargeIntField in the field editor.

Great :D
by pcoenen
04.04.2010, 20:42
Forum: SQLite
Topic: LargeInt fields show up as TStringField in Table component
Replies: 4
Views: 731

Hi, Using ZeosLib Trunk version 774, Delphi 2010, SQLite Databse After right click on field collection editor in table component and select 'Add all fields', if there is a LargeInt field, it gets added as a String field. Same problem here but I have a INT64(LARGEINT) in the database that gets added ...
by pcoenen
02.04.2010, 12:30
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 Alpha and Delphi 2009 Support - Official Thread
Replies: 97
Views: 28234

I installed Zeos yesterday in Delphi 2010. After compiling I got the same error when I tried to install the components. I moved the BPL files from the Zeos build directory into the default BPL directory of Delphi.
After that it installed the components without any warning.