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.....
Please.. How to open example...
Moderators: gto, cipto_kh, EgonHugeist
Please.. How to open example...
You do not have the required permissions to view the files attached to this post.
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
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
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