ErikEJ / SqlCeToolbox

SQLite & SQL Server Compact Toolbox extension for Visual Studio, SSMS (and stand alone)
Other
843 stars 175 forks source link

Error on connectionString #727

Closed PaulBression closed 6 years ago

PaulBression commented 6 years ago

Hi !

I'm starting SQLite for first time and i tried to connect my SQLite file but i don't succed...

When i create my data connection, i set my connectionString but when i submit, i'have an error.

capture

I'm not sure if it's the path to paste in connectionString.

I think my error is stupid but i have no idea

Thank you for your help !

my package.config contain :

Database engine: SQLite

IDE : Visual Studio 2017

ErikEJ commented 6 years ago

I think you should have a look at the guide here: https://github.com/ErikEJ/SqlCeToolbox/wiki/EF6-workflow-with-SQLite-DDEX-provider

PaulBression commented 6 years ago

The probleme is that i tried it, but it doesn't work. I will create a new project and restart your tutorial ...

On connection string, it's the path of the file to enter in input ?

Sorry if my English is bad

Paul B.

ErikEJ commented 6 years ago

On connection string, it's the path of the file to enter in input ?

Yes, but first the provider must be properly installed, you should see many more options than just connection string in that options list