I recently converted my SQL Server database into SQLite DB. But when I try to open my SQLite using .Open() it throws me this error:
.Open()
Data Source
You haven't provided a data source name, aka where the sqlite file exists.