Hi,
I have pretty much straight forward test project, that works fine on Windows. I took the project and I "moved" it to the Mac on Xcode. There is something I don't understand:
- if I give to the constructor method anything else than only filename as connection string, t.i. fill name with path, constructor method is unsuccessful. i.e. "test.db" works and "Macintosh HD/Users/TheUser/test.db" doesn't...
- although test application executer normally and returns no errors of whatsoever, the file test.db is never created...
Thanks for your help!





