Difference between revisions of "ZeosDBO"

From Free Pascal wiki
Jump to navigationJump to search
Line 5: Line 5:
 
==== 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 lattest version (unstable) has a .lpk file for lazarus, kylix and delhpi. The last stable version (6.1.5) has .dpk file that can be converted to a .lpk package.
+
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 ====

Revision as of 16:25, 29 January 2008

Overview

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

Download

Released Version

ZeosDBO can be found here http://sourceforge.net/projects/zeoslib.
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

  • 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 svn://firmos.at/zeos/trunk in edit and press OK.
  • Linux - Please write me.


See also

Lazarus DB Faq - More about database programming Getting Lazarus - Read them if you're a newbie in SVN...