HI


     We are trying to backupdatabase from one file.db to inmemory
connection. but we are getting this error in log file still backupdatabase
works fine.

why this error logs in log file. This error occurs only when the file is
accessed from network location and it also have read permission.


Error:


 SQLite notice (27): delayed 1375ms for lock/sharing conflict at line 42155

 SQLite error (14): os_win.c:42162: (5) winOpen(\\Server6166\2.0\testdb.db)
- Access is denied.




Source Code:


  SQLiteConnection db = new SQLiteConnection();

  db.ConnectionString = "Data Source=" + filepath;

  db.Open();

  db.BackupDatabase(WriteConn, "main", "main", 2000, null, 0);

  db.Close();




Thanks and Regards,

Karthi M
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to