mardi 30 juin 2015

Moving C# SQLite Program to new Machine

I have a SQLite Database already filled with tables and data, my program reads and writes from this table already.

However I need to deploy this Program on other machines and when I do I get the error

"SQL Logic Error or missing database no such table: Customer"

The SQLite database is saved in the root of the C Drive, and it is there on the machines I have tested on.

This is my Connection String

 Data Source= "C:\EpasSqLite.db"; Version = 3;

How do I resolve this?

Aucun commentaire:

Enregistrer un commentaire