Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. TDatabaseConnectionConfiguration = record
  2. Valid: Boolean;
  3. Mode: TNetworkDatabaseModeConfiguration;
  4. EmgDataPath: String;
  5. //MDB
  6. Access_Database: String;
  7. //MySQL
  8. MySQL_Host: String;
  9. MySQL_Port: String;
  10. MySQL_User: String;
  11. MySQL_Pass: String;
  12. MySQL_Base: String;
  13. //MSSQL
  14. MSSQL_Host: String;
  15. MSSQL_Port: String;
  16. MSSQL_AuthType: TMsDbAuthType;
  17. MSSQL_User: String;
  18. MSSQL_Pass: String;
  19. MSSQL_Base: String;
  20. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement