I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-02-24 12:55:25-08 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 2005-02-26 21:47:46-08 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.
Direct Responses: Write a response