- Code: Select all Expand view
- oCn:=FW_OpenAdoConnection("name.db")
works fine,
but i have to access data to a db sql lite 3 named "name.sqlite3", and
- Code: Select all Expand view
- oCn:=FW_OpenAdoConnection("name.sqlite3")
doesn't work!
And i can't rename the file, because it is in use by another third-party application.
How can I solve it in the best way?
Thank you.