On 15 Dec 2009, at 3:00am, FrankLane wrote:

> Hi  - I ran across a php script where the data file was created in /tmp, so I
> tried that, and it works!

Just be aware that it may be deleted when that computer is rebooted.  That's 
what /tmp is for.

> I found some errors in my insert command,
> basically they were differences in insert as opposed to reading a
> tab-delimited file as I was doing in sqlite3. For example, two commas are
> interpreted as a NULL when reading, but NULLs have to be explicitly entered
> in the insert command. Also, strings have to be quoted. Anyway, I am now at
> the stage where its just a matter of learning PHP, because all the system
> stuff is working. This I can do. Thanks Simon, for your help on this. 

No problem.  Glad you got past that difficult first step.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to