Posted on Sat Feb 26 23:47:46 2005
by juerdin response to 148(See the whole thread of 2)
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.