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