OpenLink Universal Data Access (UDA) Wiki
Documentation and guidance on installing, configuring and trouble-shooting UDA
Advanced Search
Help?
Location: / Dashboard / UdaWikiWeb / UdaWikiWebIndex / SingleTierLiteInstallDocs / SingleTierLiteInstallWin32 / InstallMySQLLiteWin32 / MySQLPrepareMethod

What does the MySQL Prepare Method Do?

The MySQL prepare method enables you to specify how MySQL will prepare SQL queries. The options are:

  • 0 - Don't use MySQL Prepare/Execute features
  • 1 - Use Prepare/Execute features only for queries with parameters
  • 2 - Use Prepare/Execute features for all queries with parameters & all select
    queries(with and without parameters)
Powered By Virtuoso