Hi
today I installed ZeosLib 6.5.1 on Delphi 7 and my purpose is to use
them with MySQL 4.1 later.
The file I used is "zeosdbo-6.5.1-alpha_cvs_13-10-2005.zip".
The installation is OK and I have the palette of ZEOSLib components on
Delphi IDE.
Then I tried the program ZSimple in directory examples\simple;
the compiling gives the error "Undeclared identifier" on the statement "Dataset.RequestLive := True;".
Then I tried the program DBCDemo.dpr in directory examples\dbc;
the compiling gives the error "Undeclared identifier" on the statement "Protocols: TStringDynArray;". An so on.
Where could I find compilable examples ?
Thank you
Gaetano Recchi
How to begin
Moderators: gto, cipto_kh, EgonHugeist
Very simple MySQL, TZQuery and TZTable example
I've attached an example using ZeosDBO-6.1.5-patch2.
I'think that is better use ZeosDBO-6.1.5-patch2 to start understanding Zeoslib, because is a stable version, so you don't mix your errors with Zeoslib bugs.
PS: Look at file comment of attached file
---
Ti ho allegato un'esempio che usa ZeosDBO-6.1.5-patch2.
Credo sia meglio usare ZeosDBO-6.1.5-patch2 per iniziare a capire questi componenti in quanto ZeosDBO-6.1.5-patch2 è una versione abbastanza stabile, quindi non rischi di mischiare i tuoi errori con gli eventuali bug dei componenti.
PS: Leggi il commento del file allegato
I'think that is better use ZeosDBO-6.1.5-patch2 to start understanding Zeoslib, because is a stable version, so you don't mix your errors with Zeoslib bugs.
PS: Look at file comment of attached file
---
Ti ho allegato un'esempio che usa ZeosDBO-6.1.5-patch2.
Credo sia meglio usare ZeosDBO-6.1.5-patch2 per iniziare a capire questi componenti in quanto ZeosDBO-6.1.5-patch2 è una versione abbastanza stabile, quindi non rischi di mischiare i tuoi errori con gli eventuali bug dei componenti.
PS: Leggi il commento del file allegato
You do not have the required permissions to view the files attached to this post.
-
- Junior Boarder
- Posts: 42
- Joined: 24.08.2005, 12:54
- Location: The Most Oriental Point of America - João Pessoa - Brazil
- Contact:
Hello friends
it is enough to remove all the references Dataset.RequestLive := True because the version of the zeoslib zeosdbo-6.5.1-alpha_cvs_13-10-2005 doesn't exist more the property RequestLive.
Respectfully
Silvio Gudes
Brazil
Amici del ciao
è abbastanza per rimuovere tutte le referenze Dataset.RequestLive := Vero perché la versione dello zeoslib zeosdbo-6.5.1-alpha_cvs_13-10-2005 non esiste più la proprietà RequestLive.
Rispettosamente
Rispettosamente
Silvio Guedes
Il Brasile
it is enough to remove all the references Dataset.RequestLive := True because the version of the zeoslib zeosdbo-6.5.1-alpha_cvs_13-10-2005 doesn't exist more the property RequestLive.
Respectfully
Silvio Gudes
Brazil
Amici del ciao
è abbastanza per rimuovere tutte le referenze Dataset.RequestLive := Vero perché la versione dello zeoslib zeosdbo-6.5.1-alpha_cvs_13-10-2005 non esiste più la proprietà RequestLive.
Rispettosamente
Rispettosamente
Silvio Guedes
Il Brasile