Please.. How to open example...

Forum related to MySQL

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
nontNawa
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 31.07.2008, 05:03

Please.. How to open example...

Post by nontNawa »

Hi participant .. guy..
I'm a new hire for zeoslib.I just compile package follow by installation guide.It's seem smoothly.Finally I've open example file to test.It's show error as my picture.It's occured every example.Advised me please..........

" splMain.ExplicitWidth
splLog.ExplicitTop
splLog.ExplicitWidth
memQuery.ExplicitLeft
memQuery.ExplicitTop
"

Error when.. RUN

"
ZSimpleMain.pas(173):Undeclared identifier:'Refresh_OLD_ID_SEQ'
"

HELP ME PLEASE.....
You do not have the required permissions to view the files attached to this post.
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Seems like these examples haven't been tested for a long time.

Try the designtime project.

First you'll have to run the examples\<xxxx>.sql file for your database to create the database. Then open the project (dpr) in Delphi .
Normally you can ignore these messages about missing properties. They depend on the delphi version you use and which one the sample was written for.
Then you must set the properties of the connection component to the settings of your database. As you are using mysql already this shouldn't be a problem. Just user and pasword, probably. Make sure Active=True before running the program.
Don't forget to put libmysql in the system path your application directory

Mark
Image
Post Reply