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

@ -194,7 +194,7 @@
<DCCReference Include="..\..\source\table_editor.pas">
<Form>frmTableEditor</Form>
</DCCReference>
<DCCReference Include="..\..\source\mysql_connection.pas"/>
<DCCReference Include="..\..\source\dbconnection.pas"/>
<DCCReference Include="..\..\source\trigger_editor.pas">
<Form>frmTriggerEditor</Form>
<DesignClass>TFrame</DesignClass>