[Dbix-class] DBF access ?

Matt S Trout dbix-class at trout.me.uk
Fri Jan 25 08:31:17 GMT 2008


On Fri, Jan 25, 2008 at 07:52:20AM +0100, Erik Colson wrote:
> Hello
> 
> I'm using DBIx::Class for accessing data in Mysql which does work great.
> I now would like to use DBIx::Class with DBF (Foxpro or DBase data files).
> Is this possible ? What would be the best approach ? Would there be some limitations ?

If there's a DBD then it probably is possible, though you may need to write
something to handle last_insert_id work since IME that's different with every
DBD ...

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director                    http://www.shadowcat.co.uk/catalyst/
 Shadowcat Systems Ltd.  Want a managed development or deployment platform?
http://chainsawblues.vox.com/            http://www.shadowcat.co.uk/servers/



More information about the DBIx-Class mailing list