Hi All,
version 5.5.11
I have deployed my app on my iPhone.
I have this error accessing SQLite DB:
" Myconnection.SpecificOptions.Strings: "Direct" is not a valid option name for SQLite UniProvider".
Any suggestions?
Thanks, Flavio
iOS error SQLite
Re: iOS error SQLite
Hello,
The Direct mode is supported for Windows platforms only.
The Direct mode is supported for Windows platforms only.
Re: iOS error SQLite
Hello!
I had the same problem. This property was working in the previous version of UniDAC.
To fix it I removed the definition in the source code of the data module.
I hope this will help you,
greetings,
Werner
I had the same problem. This property was working in the previous version of UniDAC.
To fix it I removed the definition in the source code of the data module.
I hope this will help you,
greetings,
Werner
Re: iOS error SQLite
@AlexP: It would we good if this property would be also available for non Windows environment - because in by project I created a desktop version and a mobile version but use the same data module. Now I have to set it "manually" in the code depending on the environment. So perhaps it would be good to just ignore the property outside Windows world (like it was before).
Best regards,
Werner
Best regards,
Werner
Re: iOS error SQLite
Hello,
The previous behavior was incorrect, since users set the property and thought they were working in the Direct mode, but in fact the library was used. Therefore we have added validation of all the properties to inform users about incorrect options or their values
The previous behavior was incorrect, since users set the property and thought they were working in the Direct mode, but in fact the library was used. Therefore we have added validation of all the properties to inform users about incorrect options or their values