mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Again, move code for loading libmysql.dll - the right place is now the connection object itself, which loads the library on demand, in SetActive(). This enables the application to start independently of an existent library, raising an error when pressing the connect button. Also, this is a first step towards multi-dbms.
This commit is contained in:
@ -5,7 +5,7 @@ interface
|
||||
uses
|
||||
Windows, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, SynEdit, SynMemo, StdCtrls,
|
||||
ComCtrls, ToolWin, VirtualTrees, SynRegExpr, WideStrUtils,
|
||||
mysql_connection, helpers, mysql_api;
|
||||
mysql_connection, helpers;
|
||||
|
||||
type
|
||||
TFrame = TDBObjectEditor;
|
||||
|
Reference in New Issue
Block a user