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.We can used ODBC, but it’s not direct access, you must make alias in System DSN ( it can find in Control Panel -> Administrative Tool -> Data Source). So what use?
I suggest usage the zeosdbo-6.1.5 component. It’s free component, powerfull and easie to use. But this component doesn’t support for Password for connection to server. You must clear user password in MySql Password.
This step by step for you:
1.Donwload here
2.Extrac and copy in drive, i usualy copy in c:\zeoslib . Up to you want copy where
3.Find directory packages\delphi7 in your zeos directory, example your zeos directory are, zeoslib in the drive c so c:\zeoslib and find packages\delphi7
4.Install this from above to down
-> ZCore.dpk
-> ZDbc.dpk
-> ZParseSql.dpk
-> ZPlain.dpk
-> ZComponent.dpk
5. Run your Delphi and find and chose the menu tools -> Environtment Options then chose library tab
6.In the Libray tab path click button …
-> zeosdbo-6.1.5\src
-> zeosdbo-6.1.5\src
-> zeosdbo-6.1.5\src\component
-> zeosdbo-6.1.5\src\core
-> zeosdbo-6.1.5\src\dbc
-> zeosdbo-6.1.5\src\parsesql
-> zeosdbo-6.1.5\src\plain
click add button then click ok button
Install just finish, good luck dude!
You can follow any responses of
Install zeosdbo-6.1.5 for Delphiby through RSS 2.0 feed. You can leave a response, i will appreciate if you give the comment, or trackback from your own site.
Please Insert Your Comment