man DBD::dbftp () - dbftp database driver for the DBI module

NAME

DBD::dbftp - dbftp database driver for the DBI module

SYNOPSIS

  use DBI;

  $dbh = DBI->connect("dbi:dbftp:DSN=$dbname", $user, $passwd);

  # See the DBI module documentation for full details

DESCRIPTION

DBD::dbftp is a Perl module which works with the DBI module to provide access to dbftp ( access to a database via a Windows host running dbtcp ).

Connection Examples Using DBD::dbftp

See 't/select.t'

SEE ALSO

DBI

AUTHOR

DBD::dbftp by Giussani Cristian. DBI by Tim Bunce.

COPYRIGHT

The DBD::dbftp module is Copyright (c) 2000 Giussani Cristian. Italy.

The DBD::dbftp module is free software; you can redistribute it and/or modify it under the same terms as Perl itself with the exception that it cannot be placed on a CD-ROM or similar media for commercial distribution without the prior approval of the author unless the CD-ROM is primarily a copy of the majority of the CPAN archive.