Nov 14
If you a newbie for Delphi Programming, and newbie for Database Programming, here I have a little tip’s for you. Database Programming in Delphi can access for MySQL Server. For connected to the server we need connector.
I suggest usage the zeosdbo component. It’s free component, powerful and easier to use.
This step by step for you:
- Download here
- Extract and copy in drive, I usually copy in c:zeoslib. Up to you want copy where.
- Find directory packagesdelphi7 in your zeos directory, example your zeos directory are zeoslib in the drive c so c:zeoslib and find packagesdelphi7.
- Install ZCore.dpk, ZDbc.dpk, ZParseSql.dpk, ZPlain.dpk, ZComponent.dpk and ZComponentDesign.dpk.
- Run your Delphi and find and chose the menu tools -> Environment Options then chose library tab
- In the Library tab path click button. Click add button then click ok button.
- zeosdbo-6.1.5src
- zeosdbo-6.1.5src
- zeosdbo-6.1.5srccomponent
- zeosdbo-6.1.5srccore
- zeosdbo-6.1.5srcdbc
- zeosdbo-6.1.5srcparsesql
- zeosdbo-6.1.5srcplain
Install just finish, good luck dude!
Related Posts: