I have been using MS Access as the back-end database for all my VB.NET projects and now I'd like to convert one of those projects to use SQLite as its back-end database.
I found an on-line tool that converts an ACCDB file to an SQLite file.
https://www.rebasedata.com/convert-a...-sqlite-online
I downloaded the SQLite Browser so that I could take a look at the newly converted SQLite file. The tables, fields, etc. all seem to be properly converted.
https://sqlitebrowser.org/about/
My question...is it just a matter of changing the application's connection string from an MS Access string to one that is for the SQLite database?
I know that I'm at the beginning of a new "adventure" with this project, and hoping that it will not be too onerous. Any advice would be most appreciated :)
I found an on-line tool that converts an ACCDB file to an SQLite file.
https://www.rebasedata.com/convert-a...-sqlite-online
I downloaded the SQLite Browser so that I could take a look at the newly converted SQLite file. The tables, fields, etc. all seem to be properly converted.
https://sqlitebrowser.org/about/
My question...is it just a matter of changing the application's connection string from an MS Access string to one that is for the SQLite database?
I know that I'm at the beginning of a new "adventure" with this project, and hoping that it will not be too onerous. Any advice would be most appreciated :)