Use Main.SessionName as a replacement for FConn.Description.

This commit is contained in:
Ansgar Becker
2009-01-03 19:22:22 +00:00
parent 0b7f87c6c2
commit d6e40bef96
6 changed files with 20 additions and 29 deletions

View File

@ -42,7 +42,6 @@ type
MysqlParams : TMysqlConnParams; // stuff that needs to be shipped over to the mysql driver.
DatabaseList : WideString;
DatabaseListSort : Boolean;
Description : String;
MysqlConn : TZConnection;
end;
POpenConnProf = ^TOpenConnProf;