The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

GDA - GNU Data Access library Perl bindings

SYNOPSIS

  use GDA 'my_app', 'my_version', 'my_progname';

Initializes the underlying libgda library.

See the other GDA::* modules for the real functionality.

DESCRIPTION

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).

SEE ALSO

GDA::Config, GDA::DSN, GDA::Log and GDA::Provider.

AUTHOR

Gregor N. Purdy <gregor@focusresearch.com>

LICENSE

This program is free software. It may be modified and/or distributed under the same terms as Perl itself.

COPYRIGHT

Copyright (C) 2001 Gregor N. Purdy. All rights reserved.