Ed Leafe wrote:
> On May 7, 2007, at 11:36 AM, Uwe Grauer wrote:
> 
>> What is the preferred way to specify additional connection params
>> like the connection charset?
> 
>       There is currently no provision for this in dConnectInfo/ 
> dConnection. Nor do I see such a property/method in the dbapi  
> specification.
> 
>       How would you do this outside of Dabo?
> 
> -- Ed Leafe

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?

Uwe




_______________________________________________
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]

Reply via email to