Hi,
Is there a reason why SQLiteConnection.DataSource is set to the database file
without the extension?
// System.Data.SQLite.SQLiteConnection
public override void Open(){
...
_dataSource = Path.GetFileNameWithoutExtension(fileName);
...
}
Kindly,
Ludovic
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
- [sqlite] Why is SQLiteConnection.DataSource set as the d... Ludovic VP
- Re: [sqlite] Why is SQLiteConnection.DataSource set... Joe Mistachkin
- Re: [sqlite] Why is SQLiteConnection.DataSource... Tilsley, Jerry M.

