How to begin

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
norcia
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 02.03.2006, 18:46

How to begin

Post by norcia »

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 :x
User avatar
apiove
Fresh Boarder
Fresh Boarder
Posts: 18
Joined: 04.01.2006, 15:03

Very simple MySQL, TZQuery and TZTable example

Post by apiove »

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
You do not have the required permissions to view the files attached to this post.
silviogs
Junior Boarder
Junior Boarder
Posts: 42
Joined: 24.08.2005, 12:54
Location: The Most Oriental Point of America - João Pessoa - Brazil
Contact:

Post by silviogs »

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 :D

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 :D
Post Reply