Hi Jeff,

I think you forgot to put the "/' in front of the path name.

I just compiled the command line tool version of sqlite3 using XCode. This is version 3.0.6.

I then ran the following line:
./sqlite3 /Users/roblaveaux/Documents/robbie.db

And the file was created at the right directory. So for me, it works without a problem.

BTW, OSX in most cases accepts either forward slashes or colans as the path delimiter.

Well, that is only if the programmer has implemented it that way.
You need to convert between FSSpec and FSRef and vice versa. It is not done automatically for you.


BTW. For command line tools it is uncommon to support the colon as the folder separator.


- Rob Laveaux

--------------------------------------------------------
Pluggers Software
Thijssestraat 203
2521 ZG  Den Haag
The Netherlands

Email: [EMAIL PROTECTED]
Website: http://www.pluggers.nl

--------------------------------------------------------



Reply via email to