I'm trying to use DBIx::Class through dbi:proxy, the idea being that I want to get to an access database from a unix machine, and that the win32 odbc connector works just fine.
I've used this setup through DBI proper without any issue, so I know it works. I've solved the first hurdle, namely I have to tell SQL::Abstract::Limit about the type of database handle, since it can't deduce it itself. However, now DBIx insists on ping'ing the dbh to make sure it's alive... and that doesn't work: dbi:proxy refuses to ping the dbh, saying I'm not authorized (I suspect that DBI passes commands through verbatim, and that the proxy server doesn't know how to do ping's simply, so it doesn't bother). I'm stumped. Any way to tell DBIx::Class to stop caring ? Otherwise, what's the simplest place to start hacking ? _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
