carlos vargas wrote:Please, with sqlcipher
I haven't figured out a good way to display the records in xbrowse. I convert them to an Array, and it works fine, but it's not the cleanest solution
cStr := "Provider=MSDASQL;Driver=SQLite3 ODBC Driver;Server=;Database=name.sqlite3;User=admin;Password=;"
oCn := FW_OpenAdoConnection( cStr )