On Fri, Jul 15, 2005 at 11:45:42AM -0300, Evandro Vale Miquelito wrote:
> Can anyone tell me if I can check if a database exists using SQLObject
> routines ? I'm using Postgres and there is an easy way to check that
> through psycopg, which is not a good idea since I want to support many
> others databases in my system. Is there a general approach for that ?
There is no. To use SQLObject you need a connection... but where are you
going to connect to if there is no a database?
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|