DAC for MySQL

TmySQLDatabase

Previous Next

TmySQLDatabase TmySQLDatabase provides discrete control over a connection to a single database in a database application.

Use TmySQLDatabase when a database application requires any of the following control over a database connection:

  • Persistent database connections;
  • Customized database server logins;
  • Transaction control.
  • Single-value queries.
Please read this FAQ section if you want to use Unicode strings in your application: How to use Unicode data in my application?
See also:Properties, Methods, Events