Thread

Posted on Thu Feb 24 14:55:25 2005 by richardhug
Pervasive SQL
Greetings, I have been writing Perl programs for about a year, but only using text files. My next project is to read and write a Pervasive SQL data base. Does anyone know the best module to use for Pervasive. Doing searches I have come up with nothing. Best regards, Richard Hug
Direct Responses: 155 | Write a response
Posted on Sat Feb 26 23:47:46 2005 by juerd in 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.
Write a response