Search found 14 matches

by DreamDancer
14.09.2018, 07:10
Forum: ZeosLib 7.2 Forum
Topic: Query AutoComplete gives error
Replies: 1
Views: 659

Query AutoComplete gives error

Latest SVN, Win7 32+64, Lazarus 1.8.4 FPC 3.0.4: A TQuery: if I type the "." which usually leads to the list of possible procedures/functions now the following error occurs: ZAbstractRODataset.pas(178,59) Error: Bezeichner nicht gefunden: TWideDataSet Removing the $IF DECLARED(TWideDataSet...
by DreamDancer
12.02.2018, 08:50
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120236

Re: 7.2-Beta testers-thread

@EgonHeist
Sorry, my fault: I missed the ZeosLazarus.inc !
Thanks for your help!!
by DreamDancer
11.02.2018, 13:10
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120236

Re: 7.2-Beta testers-thread

Compiling SVN 4179 shows this error:

ZDbcAdoMetadata.pas(692,9) Error: Identifier not found "VariantClear"

Lazarus 1.8 Win7 64
by DreamDancer
06.02.2018, 14:33
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120236

Re: 7.2-Beta testers-thread

Hallo SVN 4150 bringt folgende Fehlermeldungen (in Lazarus 1.8.0 Win32+Win64) Kompiliere Package zdbc 7.2: Exit code 1, Fehler: 3 ZDbcMetadata.pas(1017,36) Error: Variable identifier expected ZDbcMetadata.pas(1018,25) Error: Variable identifier expected ZDbcMetadata.pas(1020,25) Error: Variable iden...
by DreamDancer
28.02.2017, 11:31
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120236

Re: 7.2-Beta testers-thread

Svn 3973 compiles without problems on Lazarus 1.6.2 32bit but not (in a program) with destination 64bit. ZAbstractRODataset.pas(428,15) Error: There is no method in an ancestor class to be overridden: "DataEvent(TDataEvent;LongInt);" Thanks for so quickly fixing this error!!! SVN 3974 comp...
by DreamDancer
20.02.2017, 19:52
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120236

Re: 7.2-Beta testers-thread

It still does NOT compile on Delphi 7,
but it is only one {$endif} which seems to left over in
ZComponent line 58.
Removing it solves it (for me)
Thanks to you two!
by DreamDancer
11.02.2017, 09:41
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120236

Re: 7.2-Beta testers-thread

Zeos 7.2 svn 3955 does NOT compile on Delphi 7, Windows 7 32bit

See Error-Message:
[Fataler Fehler] ZDbcCache.pas(3821): Interner Fehler: C1118
by DreamDancer
01.01.2016, 09:08
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120236

Re: 7.2-Beta testers-thread

@miab3

Thanks for your patches(Z72), my project compiles without errors!!!

A happy "New Year" to you and your people!
by DreamDancer
30.12.2015, 13:22
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120236

Re: 7.2-Beta testers-thread

Hello, current version (3716) compiles in Lazarus 32bit, but not when used in a 64bit project: ZFastCode.pas(324,11) Error: Function is already declared Public/Forward "RawToFloat(const PChar;const Char;var Double);" ZFastCode.pas(329,11) Error: Function is already declared Public/Forward ...
by DreamDancer
11.02.2015, 11:17
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120236

Re: 7.2-Beta testers-thread

Thanks @hemmingway!!
Yes, changing that procedure DOES the job!
So I now can use a seperate transaction again.

Looked up the 7.3 branch: it has the same "mistake"
by DreamDancer
01.02.2015, 12:08
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120236

Re: 7.2-Beta testers-thread

@miab
Thanks for validating the behaviour!
So I will use ZConnection.ExecuteDirect now.
by DreamDancer
01.02.2015, 08:27
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120236

Re: 7.2-Beta testers-thread

@marsupilami I am using Lazarus 1.2.6 on Windows 7 32 and Windows 7 64 with MySql 5.1 No error message: just when I close the program and open it again, the "deleted" record is still there! @miab3 I was just trying to explain how I delete that record: with zQuery where I start a transactio...
by DreamDancer
31.01.2015, 08:14
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120236

Re: 7.2-Beta testers-thread

Hi! I have a problem with 7.2 from svn: using a zconnection with autocommit = true and isolationlevel = tinone I try to delete an active record via starttransaction zquery.execute('Delete x from y where z') commit This works with 7.1.4 but not with 7.2 What has changed? Or am I doing something wrong...
by DreamDancer
17.04.2013, 13:48
Forum: ZeosLib 7.0 Stable Forum
Topic: SQLite x64 version -- Anyone?
Replies: 4
Views: 719

Hello IbeDbBob,
you can find a 64bit DLL on

http://blog.synopse.info/post/2013/03/2 ... ows-64-bit

Maybe worth a try!?