On 2 Jun 2010, at 1:09pm, CDN Mark wrote: > thanks Michael, my typing 2 forward slashes wasn't intentional, I realized > after I posted what I'd done, but it's good to know I can a forward slash > instead, so as long it it just goes to the C drive and no further, it should > be OK for all users?
You should be able to specify any reasonable path or folder, using backslashes. I think that your problem was that the user didn't have write access to the default folder on 'C:', so specifying just 'C:filename' lead to a write error'. It is actually usual to have access to the root directory, so using just 'C:\filename' is probably a bad idea. You're going to have to figure out just where you really want your file to be saved. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

