[sqlite] FW: SQLite (1.0.97) access via LAN

2015-06-26 Thread Joe Mistachkin
Takashi Fukuda wrote: > > string dataFile = "PC-Name\\C\\FolderName\\data.db > " ; > > // > > // For x32 target compilation with System.Data.SQLite-x32-1.0.97.dll (.NET4) > > // The application works fine. > > // > > // For x64 target compilation with System.Data.SQLite-x64-1.0.97.dll

[sqlite] FW: SQLite (1.0.97) access via LAN

2015-06-26 Thread Adam Devita
What happens if you map a network drive to \\PC-Name\C\FolderName (say drive X:) and then try to open the file as x:\data.db ? Adam On Thu, Jun 25, 2015 at 10:24 AM, Takashi Fukuda wrote: > Donald Griggs tried to help this problem, and we looked at the Jean C's > advice. However the problem

[sqlite] FW: SQLite (1.0.97) access via LAN

2015-06-25 Thread Takashi Fukuda
Donald Griggs tried to help this problem, and we looked at the Jean C's advice. However the problem remains. The actual codes using are as follows: === string dataFile = "PC-Name\\C\\FolderName\\data.db " ; // // For x32 target