very new to sql lite,
I want to use it for a small project, get some overview and try to implement, but I got an error when using the following connection string?
Can someone tell me what is wrong and what changes do I need to make when I set the path from web.config for the sql lite connection string.
SQLiteConnection connection = new SQLiteConnection("D:\\Projects\\Apica MVC\\wizardDemo\\Apica.Signupweb.Presentation.MvcWeb\\App_Data\\SignUpWebDB");
I got an error .......
"Invalid ConnectionString format for" D: \ Projects \ Apica MVC \ wizardDemo \ Apica.Signupweb.Presentation.MvcWeb \ App_Data \ SignUpWebDB "" "
No password has been set for the string.
source share