Partly fullfill feature wish #1693393 "Selection of charset and engine at creation"

By turning the CREATE DATABASE dialog from an InputQuery into a real form with 2 additional pulldowns:
- character set
- collation

See also: http://www.heidisql.com/forum/viewtopic.php?p=1322#1322
This commit is contained in:
Ansgar Becker
2007-09-17 23:11:39 +00:00
parent 6adaf3bd6a
commit 1e08e582e8
6 changed files with 279 additions and 23 deletions

View File

@ -36,7 +36,8 @@ uses
mysql in '..\..\source\mysql.pas',
column_selection in '..\..\source\column_selection.pas' {ColumnSelectionForm},
data_sorting in '..\..\source\data_sorting.pas' {DataSortingForm},
runsqlfile in '..\..\source\runsqlfile.pas' {RunSQLFileForm};
runsqlfile in '..\..\source\runsqlfile.pas' {RunSQLFileForm},
createdatabase in '..\..\source\createdatabase.pas' {CreateDatabaseForm};
{$R *.RES}

View File

@ -79,6 +79,9 @@
<DCCReference Include="..\..\source\copytable.pas">
<Form>CopyTableForm</Form>
</DCCReference>
<DCCReference Include="..\..\source\createdatabase.pas">
<Form>CreateDatabaseForm</Form>
</DCCReference>
<DCCReference Include="..\..\source\createtable.pas">
<Form>CreateTableForm</Form>
</DCCReference>