Difference between revisions of "ZeosDBO"

From Free Pascal wiki
Jump to navigationJump to search
(link to zeos tutorial)
Line 1: Line 1:
=== About ===
+
==About==
 
ZeosDBO is a component suite to connect in various types of database (MySQL, Firebird, etc).
 
ZeosDBO is a component suite to connect in various types of database (MySQL, Firebird, etc).
  
=== Screenshot ===
+
==Screenshot==
 
A screenshot of zeos components in lazarus component palette:
 
A screenshot of zeos components in lazarus component palette:
  
 
[[Image:Zeos_access.png]]
 
[[Image:Zeos_access.png]]
  
=== Download ===
+
==Download==
==== 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.
 
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''' - 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.
 
* '''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.
 
* '''Linux''' - '''ubuntu HH users''' - 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://firmos.at/zeos/trunk''' in '''URL''' edit and '''/home/zeosdbo''' in '''Local Path''' Edit and press '''OK''', at finished, congratulations. ([mailto:marquessbr@ig.com.br Armando Marques Sobrinho]).
 
* '''Linux''' - '''ubuntu HH users''' - 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://firmos.at/zeos/trunk''' in '''URL''' edit and '''/home/zeosdbo''' in '''Local Path''' Edit and press '''OK''', at finished, congratulations. ([mailto:marquessbr@ig.com.br Armando Marques Sobrinho]).
  
=== Author ===
+
==Author==
 
[http://zeos.firmos.at/ Zeos Team].
 
[http://zeos.firmos.at/ Zeos Team].
  
=== Bug report/Feature request ===
+
==Bug report/Feature request==
 
You can send bugs at [http://zeosbugs.firmos.at/ Zeos Bug Tracker].
 
You can send bugs at [http://zeosbugs.firmos.at/ Zeos Bug Tracker].
  
=== Links ===
+
==External links==
 +
 
 
* [http://zeos.firmos.at/portal.php Zeos Web Site].
 
* [http://zeos.firmos.at/portal.php Zeos Web Site].
 
* [http://zeos.firmos.at/index.php Zeos Web Forum].
 
* [http://zeos.firmos.at/index.php Zeos Web Forum].
 
* [http://zeosdownloads.firmos.at/downloads/snapshots/ Zeos Snapshots].
 
* [http://zeosdownloads.firmos.at/downloads/snapshots/ Zeos Snapshots].
  
=== See also ===
+
==See also==
 +
 
 
* [[Lazarus DB Faq]] - More about database programming
 
* [[Lazarus DB Faq]] - More about database programming
 
* [[Getting Lazarus]] - Read them if you're a newbie in SVN...
 
* [[Getting Lazarus]] - Read them if you're a newbie in SVN...
 +
* [[Zeos tutorial]]
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 07:40, 10 April 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.
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 - ubuntu HH users - 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://firmos.at/zeos/trunk in URL edit and /home/zeosdbo in Local Path Edit and press OK, at finished, congratulations. (Armando Marques Sobrinho).

Author

Zeos Team.

Bug report/Feature request

You can send bugs at Zeos Bug Tracker.

External links

See also