Posted on 2005-02-26 21:47:46-08
by juerdin response to 148
Re: Pervasive SQL
Pervasive uses an ODBC interface, for which a driver exists: DBD::ODBC. This driver is a DBI driver and can be used with all modules that use a DBI-ish connect(), like DBIx::Simple.
See http://tnx.nl/DBD::ODBC for documentation.