Search found 55 matches

by Zoran
24.11.2012, 23:28
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] unstable ZEOSDBO-7.0.1-beta -Lazarus 1.0.2
Replies: 8
Views: 3018

For some reason the IDE can not access the package source. Is your package in some location for which you don't have full rights? Is it perhaps on some other volume? I don't have idea... maybe try to put the package in some other place... Can you install other third party packages successfully? Plea...
by Zoran
24.11.2012, 23:11
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85801

Zoran , i don't know why the project-manager did switch back to 2012 ): on testing & trunk Because of this i currently didn't merge the fixes to \testing. I've tested 2044 on Linux32Bit + FPC2.6.0. Remaining is now a Linux FPC2.7.1. Must i really download Debian, like Michal proposes? Or is the...
by Zoran
24.11.2012, 22:32
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85801

miab3 , which compiler do you use? FPCC2.6? Yes, 2.6.0 "stable". miab3 , Zoran , can you please check it with your FPC too? Now (rev. 2044) testing-7.1 compiles well, but testing does not: /zeos/testing/src/core/ZCompatibility.pas(464,45) Error: Identifier not found "AnsiToStringEx&q...
by Zoran
24.11.2012, 07:09
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85801

Kubuntu 12.10, Lazarus 1.1 svn rev. 39358, fpc 2.6.0, Zeos testing-7.1, rev. 2031: /zeos/testing-7.1/src/core/ZEncoding.pas(707,31) Error: Identifier not found "WideToAnsi" /zeos/testing-7.1/src/core/ZEncoding.pas(707,42) Error: Identifier not found "AnsiToWide" /zeos/testing-7.1...
by Zoran
24.11.2012, 06:36
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] unstable ZEOSDBO-7.0.1-beta -Lazarus 1.0.2
Replies: 8
Views: 3018

This error was from old Zeos versions. Now, it is most probably caused by mixing of two Zeos versions. This happens when you download new Zeos, but leave old Zeos files where they were. You then install zcomponent from new location, but IDE still looks for other Zeos packages in old location. The so...
by Zoran
21.11.2012, 00:39
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85801

Question: Is this define provided by FPC or an build in define on compiling the Project? It is mentioned in Lazarus wiki - http://wiki.lazarus.freepascal.org/Code_Conversion_Guide#Useful_compiler_variables_.2F_defines_.2F_macros I don't know where it is defined, but I tested to see if it is defined...
by Zoran
20.11.2012, 15:24
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 85801

On non Windows plattforms do the functions i call not exsits. Thats why i've added the LConvEncoding unit from Lazarus. But actually we are not allowed to provide this unit(which would happen without Lazarus) so i've added the functionality with the WITH_LCONVENCODING define in ZeoaLazarus.inc. (we...
by Zoran
25.09.2012, 12:38
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Invalid size of string fields
Replies: 8
Views: 2882

ZQuery.FieldDefs gets incorrect size when fieldtype is ftString, checked with firebird-2.5. Size is incorrectly multiplied by 4, so if table field is defined at database as varchar(10), ZQuery.FieldDefs tells as if defined varchar(40). The size in characters can differ from size in bytes. I believe...
by Zoran
28.12.2011, 10:58
Forum: Documentations
Topic: Database component is not assigned
Replies: 4
Views: 5854

I cannot reproduce this problem. I put ZConnection1 on DataModule1, set the properties so that it connects to data base, then I put ZReadOnlyQuery1 on form1, set ZReadOnlyQuery1.Connection to DataModule1.ZConnection1, set SQL to a select statement and everything works well. Why do you use Lazarus ve...
by Zoran
22.12.2011, 13:36
Forum: 6.6 - stable
Topic: How can I use sqlite3.dll embed inside App as resource
Replies: 13
Views: 1629

I found this article in Lazarus Wiki: http://wiki.lazarus.freepascal.org/fb_embedded2_Laz It describes the way how to include firebird embeded dll in exe file. I haven't tested it myself. The author claims success with Zeos components: The good thing is that your data-access components will work wit...
by Zoran
08.08.2011, 14:05
Forum: ZeosLib 7.0 Beta Forum
Topic: Zeos 7 trunk 903 compile FPC 2.4.2 on Linux amd64 x86_64
Replies: 1
Views: 704

The patch I provided in bugtracker is waiting since december last year to be applied, see:

http://zeosbugs.firmos.at/view.php?id=233
by Zoran
02.05.2011, 07:21
Forum: ZeosLib 7.0 Beta Forum
Topic: Lazarus 0.9.31+MySql server 5.5+windows 7 "Access Viola
Replies: 16
Views: 2439

Do not forget to put the line "codepage=UTF8" in Properties property of the ZConnection.
by Zoran
21.12.2010, 22:01
Forum: ZeosLib 7.0 Beta Forum
Topic: When the ZEOS 7 new version for Delphi 2010 ?
Replies: 50
Views: 9264

The UTF-8 encoding will be used only at lower level, i.e. at ZDBC level. All the conversions will take place when calling the ZDBC interfaces, automatically by the ZEOS units. Please don't forget that Lazarus' LCL uses UTF8 internally, not UCS2 like Delphi's VCL. Zeos is very important for Lazarus ...
by Zoran
15.12.2010, 17:17
Forum: ZeosLib 7.0 Beta Forum
Topic: When the ZEOS 7 new version for Delphi 2010 ?
Replies: 50
Views: 9264

When "Codepage=UTF8" is set in property "Parameters" in TZConnection, it will trigger the same behavior, IIRC. My concern is that problems may arise when clients use UNICODE for VCL: VCL (UCS2) <--> PostgreSQL (UTF8) As far as I understand, when the line "codepage=XXX"...
by Zoran
07.12.2010, 08:29
Forum: Firebird
Topic: Firebird Embedded + Zeos on Ubuntu
Replies: 5
Views: 1278

Hi, I am sorry but I do not understand what you mean... How can I tell my application in Ubuntu where to look for the libraries? Or how do I configure Zeos to do so? Thanks and best regards I must admit that I haven't tested it myself. But, it just seems to me that you haven't fully complete the st...