Page 1 of 1

Please.. How to open example...

Posted: 01.10.2008, 04:48
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.....

Posted: 01.10.2008, 09:50
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