Code preparation for non-MySQL connections: Extract abstract stuff into a new TDBConnection class, and let TMySQLConnection derive from that. Same with TDBQuery / TMySQLQuery. See issue #1008.

This commit is contained in:
Ansgar Becker
2011-03-17 23:03:54 +00:00
parent 24adc029b2
commit 49a97584e6
22 changed files with 395 additions and 313 deletions

View File

@ -5,7 +5,7 @@ interface
uses
Windows, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, SynEdit, SynMemo, StdCtrls,
ComCtrls, ToolWin, VirtualTrees, SynRegExpr, WideStrUtils,
mysql_connection, helpers;
dbconnection, helpers;
type
TFrame = TDBObjectEditor;