Search found 9 matches

by fx
12.01.2008, 00:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeoslib 6.6.2-RC: Reproducable bug. Truncate fields.
Replies: 1
Views: 1031

Zeoslib 6.6.2-RC: Reproducable bug. Truncate fields.

Project demonstrating this bug is at http://zeosbugs.firmos.at/view.php?id=86 Delphi 2007 update 3 with Firebird 2.0.3 on Windows XP. Result of running TForm1.ButtonInsertClick(): Inserting id = "313067062 hash = "ABCDEFGHIJKLMNOPQR" Length(hash) = 20 Inserted. Result of running TForm...
by fx
11.01.2008, 18:31
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: BUG? 6.6.2-RC: ZQuery.FieldByName(...).* truncates at #17
Replies: 5
Views: 1875

cipto_kh , fx , Please don't forget to log this in the bug tracker. We all know how quickly this kind of reports sinks down the forum... Unless you immediately find the solution, of course. fx , Do you have a small program inserting the data, closing the connection and reopening the connection to s...
by fx
11.01.2008, 18:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: BUG? 6.6.2-RC: ZQuery.FieldByName(...).* truncates at #17
Replies: 5
Views: 1875

I try using ZeosDBO 6.6.2-rc, Delphi 7, Firebird 2.0.3 SuperServer, charset: None. There is no problem, everything save well, are you use special charset or UTF8? I tried again with charset NONE and reproduced the problem. The tricky part is making sure to disconnect from the database after writing...
by fx
11.01.2008, 08:31
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: BUG? 6.6.2-RC: ZQuery.FieldByName(...).* truncates at #17
Replies: 5
Views: 1875

I try using ZeosDBO 6.6.2-rc, Delphi 7, Firebird 2.0.3 SuperServer, charset: None. There is no problem, everything save well, are you use special charset or UTF8? I am using charset OCTETS which is the recommended charset for strings containing binary data like sha1 hash, etc. I will try with your ...
by fx
11.01.2008, 05:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: BUG? 6.6.2-RC: ZQuery.FieldByName(...).* truncates at #17
Replies: 5
Views: 1875

BUG? 6.6.2-RC: ZQuery.FieldByName(...).* truncates at #17

CORRECTION: This only affects char(n) due to TrimRight(). Use varchar() as a workaround. UPDATE1: changed #11 to #17 (it is 11 hex) UPDATE2: added step 2.5 UPDATE3: #0 also truncates, but #1 doesn't truncate UPDATE4: database confirmed to have non-truncated data, and works fine with non-Zeoslib prog...
by fx
19.11.2007, 17:03
Forum: Documentations
Topic: gto's Zeos Quick Start Guide - Hands On!
Replies: 8
Views: 18563

Nice work! Zeoslib built with Delphi 2006 works great in C++ 2006, so it would be great to mention it. Building Zeoslib with Delphi means you can use it in both Borland/Codegear C++ and Delphi projects. 1. in Delphi, select "Generate C++Builder files" in the LINKER options for each of the ...
by fx
19.11.2007, 16:56
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZEOSLIB_TRUNK_REV310 - Build Error With Delphi 2006
Replies: 2
Views: 1164

Hi, Are you running a Testing branch version on your computer? RefreshCurrentRow is a new function only available in testing branch... If not : I hope I didn't make an error when merging other testing branch changes to Trunk. Mark Yes! That was it! I had TESTING_REV294 installed while compiling TRU...
by fx
19.11.2007, 01:53
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZEOSLIB_TRUNK_REV310 - Build Error With Delphi 2006
Replies: 2
Views: 1164

ZEOSLIB_TRUNK_REV310 - Build Error With Delphi 2006

I'm having problems upgrading to ZEOSLIB_TRUNK_REV310 with Delphi 2006 (aka Delphi10). http://zeosdownloads.firmos.at/downloads/snapshots/ZEOSLIB_TRUNK_REV310.zip This is what I get when I do a "Build All Projects" in packages\delphi10\ZeosDbo.bdsgroup -- after building 4 projects, it stop...
by fx
07.10.2007, 23:13
Forum: Feature Requests
Topic: Easy Way To Boost ZeosLib Popularity
Replies: 0
Views: 1089

Easy Way To Boost ZeosLib Popularity

Your ZeosLib DBO Version: The IDE you are using: cbuilder Version (and maybe patchlevel) of the IDE: The database you are using: PostgreSQL Version of the database: Used protocol: [hr] Error description and post I just discovered ZeosLib after evaluating many other solutions. I have some quick sugg...