Scenario |
Type |
Detail |
Create object DatabaseInfos |
Basic Path |
Create object DatabaseInfos. Parameters of constructor determine file with configuration file.
|
Load information |
Basic Path |
Load information from configuration file (set in step before). Each part of configuration file is passed as parameter into DatabaseInfo constructor. DatabaseInfo object check state of connection: - Valid, - Error (can not execute SQL statement for select name of all tables) - Broken (database is unreachable). If connection is Valid or Error, obtain Driver name. According driver name is create object ConvertSQL for Set sql statmenets for table manipulating, definition of basic data types and other informations associated with specific database. |
|