Ed Leafe wrote: > On May 7, 2007, at 1:03 PM, Uwe Grauer wrote: > >> con = kinterbasdb.connect(dsn='host:/path/database.db', user='sysdba', >> password='pass', charset='UNICODE_FSS') >> >> >> I guess i have to use my own connections. >> Or do you think there could be a generic mechanism? > > Let me take a look at it. The original code just allowed for those > parameters specified by the dbapi. I might be able to work with a > **kwargs construct to the dConnection __init__().
+1; falls in line with wrapping for simplicity while still exposing the underlying functionality if needed, like we did in uiwx. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
