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
Because your Data Source is empty. Add the Data Source paramater to your connection string. before opening the Sqlite database.