GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Cego(3) User Contributed Perl Documentation Cego(3)

DBD::Cego - Perl database DBD interface for Cego

  use DBI;
  my $dbh = DBI->connect("dbi:Cego:tableset=<name>;hostname=<server>;port=<portnumber>","<user>","<password>");

Cego is a relational database system available as opensource. For more information, please look at www.lemke-it.com

Before building and using the Cego DBD interface, you have to install the required Cego C+ library ( plus friends ).

Thanks to Matt Sergeant and his DBD implemenation for SQLite. This code was used as a starting base and helped very much to implement this driver very quickly.

See the README in the installation package for more information.

This is the standard DBI API. Please see DBI for more details about core features.

There are no known bugs

Bjoern Lemke, lemke@lemke-it.com

DBI.
2021-08-31 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.