>
> In what way SQLObject can help? Encapsulate the cheating? ;)
>
:-D
> import kinterbasdb
> > con = kinterbasdb.create_database("create database '%s' user 'sysdba'
> > password 'masterkey'" % db_filename)
>
> Users have to create a different connection with user='sysdba' and
> password='masterkey'. With this limitation - yes, I can put the code into
> SQLObject.
>
While you install Firebird (not the database or table), you have to set the
Firebird user and password (you can call it "superuser" if you want).
Than you can get "superuser" connection to the Firebird server using this
user/password and you can create the database.
Other users and passwords can be set as well of course.
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