Sibylle Koczian wrote: > "Uwe Grauer" <[email protected]> schrieb: >> Sibylle Koczian wrote: >>> I'd be interested to know how well other RDBMS cope with non-ASCII >>> characters. At the moment I'm not really happy with the Firebird way. >> Dabo was developed by english speaking people who do not need to use >> unicode that much. The unicode handling improved drastically over the >> last year. I wouldn't be suprised if there are still places in the code >> which have bugs in unicode handling. >> >> If you found such a place, the best thing to do would be to provide a >> code sample which demonstrates the bugs. This way the bugs can be >> spotted and fixed most easily. >> > > This would be simple with a SQLite problem: put the database creation > code into the example and you're done. All the examples in the PyQt book > by M. Summerfield work that way and it's very comfortable for the > reader. > > With Firebird that probably wouldn't work in most cases, depending on > the DatabaseAccess setting in Firebird.conf. Or whoever wants to try the > code would have to put a new entry into aliases.conf. Perhaps putting a > new table into the 'employee' database might work. I'll try that.
A ACID database system isn't something like sqlite. It has to be maintened in some way. Can't you just create a dabotest.fdb? Just provide a DDL script from flamerobin and the parameters for database creation (version, charset, ...). As i already am running the final kinterbasdb 3.3.0, i am able to look into the problem. I'm using FB 2.0.4 SS under opensuse 11.0 currently. 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/[email protected]
