Difference between revisions of "ZeosDBO"

From Free Pascal wiki
Jump to navigationJump to search
Line 10: Line 10:
 
===Released Version===
 
===Released Version===
 
ZeosDBO can be found here http://sourceforge.net/projects/zeoslib.<br>
 
ZeosDBO can be found here http://sourceforge.net/projects/zeoslib.<br>
The latest version (unstable) has a .lpk file for Lazarus, Kylix and Delphi. The last stable version (6.1.5) has .dpk file that can be converted to a .lpk package.
 
  
 
===SVN Version===
 
===SVN Version===
 
* '''Windows'''  
 
* '''Windows'''  
- Install [http://tortoisesvn.tigris.org/ TortoiseSVN]. Create a new directory (example: C:\zeosdbo) to put the files and open this directory in Windows Explorer. Right click inside directory and select '''SVN Checkout''' (popup menu). Enter with '''svn://firmos.at/zeos/trunk''' in edit and press OK.
+
- Install [http://tortoisesvn.tigris.org/ TortoiseSVN]. Create a new directory (example: C:\zeosdbo) to put the files and open this directory in Windows Explorer. Right click inside directory and select '''SVN Checkout''' (popup menu). Enter with '''http://svn.code.sf.net/p/zeoslib/code-0/trunk''' in edit and press OK.
  
  
 
* '''Linux'''  
 
* '''Linux'''  
- '''via esvn''' - first, instal esvn: in terminal type: '''#sudo apt-get-instal esvn''', when finished, create a folder '''zeosdbo''' in your home dir: '''#mkdir /home/zeosdbo''' and type '''#esvn''' to run it in graphic mode, and so, menu file, select '''Checkout'''. Enter with '''svn://zeos.firmos.at/zeos/trunk''' in '''URL''' edit and '''/home/zeosdbo''' in '''Local Path''' Edit and press '''OK''', when finished, install it in lazarus: in the IDE select packages/open package files (.lpk), then open the zcomponent.lpk file, click compile and then click use/install, now take place.
+
- '''via esvn''' - first, instal esvn: in terminal type: '''#sudo apt-get-instal esvn''', when finished, create a folder '''zeosdbo''' in your home dir: '''#mkdir /home/zeosdbo''' and type '''#esvn''' to run it in graphic mode, and so, menu file, select '''Checkout'''. Enter with '''http://svn.code.sf.net/p/zeoslib/code-0/trunk''' in '''URL''' edit and '''/home/zeosdbo''' in '''Local Path''' Edit and press '''OK''', when finished, install it in lazarus: in the IDE select packages/open package files (.lpk), then open the zcomponent.lpk file, click compile and then click use/install, now take place.
  
 
- '''via subversion:''' first, instal subversion: in terminal type: '''#sudo apt-get-install subversion''', when finished, create a folder '''zeosdbo''' in your home dir: '''# mkdir /home/zeosdbo''' and then access this folder '''# cd /home/zeosdbo'''. then type  
 
- '''via subversion:''' first, instal subversion: in terminal type: '''#sudo apt-get-install subversion''', when finished, create a folder '''zeosdbo''' in your home dir: '''# mkdir /home/zeosdbo''' and then access this folder '''# cd /home/zeosdbo'''. then type  

Revision as of 08:05, 28 September 2012

About

ZeosDBO is a component suite to connect in various types of database (MySQL, Firebird, etc).

Screenshot

A screenshot of zeos components in lazarus component palette:

Zeos access.png

Download

Released Version

ZeosDBO can be found here http://sourceforge.net/projects/zeoslib.

SVN Version

  • Windows

- Install TortoiseSVN. Create a new directory (example: C:\zeosdbo) to put the files and open this directory in Windows Explorer. Right click inside directory and select SVN Checkout (popup menu). Enter with http://svn.code.sf.net/p/zeoslib/code-0/trunk in edit and press OK.


  • Linux

- via esvn - first, instal esvn: in terminal type: #sudo apt-get-instal esvn, when finished, create a folder zeosdbo in your home dir: #mkdir /home/zeosdbo and type #esvn to run it in graphic mode, and so, menu file, select Checkout. Enter with http://svn.code.sf.net/p/zeoslib/code-0/trunk in URL edit and /home/zeosdbo in Local Path Edit and press OK, when finished, install it in lazarus: in the IDE select packages/open package files (.lpk), then open the zcomponent.lpk file, click compile and then click use/install, now take place.

- via subversion: first, instal subversion: in terminal type: #sudo apt-get-install subversion, when finished, create a folder zeosdbo in your home dir: # mkdir /home/zeosdbo and then access this folder # cd /home/zeosdbo. then type #svn co http://svn.code.sf.net/p/zeoslib/code-0/trunk, when finished the copy, install it in lazarus: in the IDE select packages/open package files (.lpk), then open the zcomponent.lpk file, click compile and then click use/install, now take place.

congratulations.

(Armando Marques Sobrinho).

Author

Zeos Team.

Bug report/Feature request

You can send bugs at Zeos Bug Tracker.

External links

See also