jeudi 31 mars 2016

How can I set a path to access my project file in visual studio

I have craete a database folder inside my WPF project and I stored my database over there. I want to use this as my data source path for accessing the database. I made it like in this way SQLiteConnection conn = new SQLiteConnection("Data Source=M:\ANC\xyz\ABC\bin\Debug\Database;Version=3;"); So can I shorten this one .

Aucun commentaire:

Enregistrer un commentaire