Support Unicode in list of wanted database names.

This commit is contained in:
Ansgar Becker
2008-08-19 21:35:04 +00:00
parent 782d941f40
commit 79d8db08b3
6 changed files with 13 additions and 15 deletions

View File

@ -40,7 +40,7 @@ type
// but to keep the name short; this beats "TConnectionProfileDataAndConnectionObject", which I guess would be the proper name.
TOpenConnProf = record
MysqlParams : TMysqlConnParams; // stuff that needs to be shipped over to the mysql driver.
DatabaseList : String;
DatabaseList : WideString;
DatabaseListSort : Boolean;
Description : String;
MysqlConn : TZConnection;