in reply to Finding database version from handle?

In MySQL you can query the version number "SELECT version();"

I don't know about other database drivers.

Replies are listed 'Best First'.
Re^2: Finding database version from handle?
by cosmicperl (Chaplain) on Jul 22, 2010 at 00:24 UTC
    Thanks, it's a start :) For some reason I hadn't thought there would be ways through the SQL itself.