Hi Robert
I use your product for my application.
My connection string us like this "Data
Source=pub.s3db;New=True;UTF8Encoding=True;Version=3;Pooling=True". At first query to the database. It was
perfectly no problem. But when I open new file using the open dialog/save
dialog ( the environment path/current was change ). Then when I try to access
again the db, the provider cannot find the db.
If my connection string is like this "Data Source=c:\pub.s3db;New=True;UTF8Encoding=True;Version=3;Pooling=True"
where the db path was specified. I was perfectly fine. No problem even if I open/save
or change the current path.
May be I will just set the
environment.currentpath to my appdomain.basedirectory.
breeze