>
>   So the code should be (providing that SQLObject's connection knows the
> user as self.user and self.password):
>
> con = kinterbasdb.create_database("create database '%s' user '%s' password
> '%s'" % (self.db, self.user, self.password)
>
> It looks promising. But I am not a Firebird guru, so maybe some people
here can say if such a syntax can cover all possible situations.

BTW using kinterbasdb:

con.drop_database()

works as well

Petr
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to