GDA - GNU Data Access library Perl bindings
use GDA 'my_app', 'my_version', 'my_progname';
Initializes the underlying libgda library.
See the other GDA::* modules for the real functionality.
A suite of Perl modules which wrap the libgda library's API.
You must
use GDA ...;
before using any of the other GDA modules. If you don't, you'll get complaints from the GDA module (at best), or crashes and core dumps (at worst).
GDA::Config, GDA::DSN, GDA::Log and GDA::Provider.
Gregor N. Purdy <gregor@focusresearch.com>
This program is free software. It may be modified and/or distributed under the same terms as Perl itself.
Copyright (C) 2001 Gregor N. Purdy. All rights reserved.