Specifying options for provider at run time
Specifying options for provider at run time
I am using Embarcadero C++ and programmatically creating a a TUniConnection, how do a I specify a provider (sqlite) option such as UseUnicode = true
Hello,
Also you can set options in the following way:
Also you can set options in the following way:
Code: Select all
UniConnection1->SpecificOptions->Values["Option_Name"] = "Value";