Re: [sqlite] import function

2005-08-03 Thread Dan Wellisch
Jens: Thanks. I did see that suggested elsewhere in this list and I am proceeding that way in order to use any of the shell functionality. Thanks, Dan Jens Miltner wrote: Am 03.08.2005 um 20:50 schrieb Dan Wellisch: Hello: I understand there is the .import function for the sqlite3

Re: [sqlite] import function

2005-08-03 Thread Jens Miltner
Am 03.08.2005 um 20:50 schrieb Dan Wellisch: Hello: I understand there is the .import function for the sqlite3 command interface, but I need to execute this function from within the C API. What do I use to do this? I need to execute this type of function from within my C++ program, not

[sqlite] import function

2005-08-03 Thread Dan Wellisch
Hello: I understand there is the .import function for the sqlite3 command interface, but I need to execute this function from within the C API. What do I use to do this? I need to execute this type of function from within my C++ program, not the command line. Thanks, Dan

[sqlite] .import function - NULL values

2004-12-13 Thread Tobias Rausch
Hi all, How can I import NULL values using the new .import function? The old \N of the COPY statement does not work. How can I escape the separator in the import file? Suppose I want to use ; as a separator then \; does not work. Thanks and regards, T. Rausch

Re: [sqlite] .import function

2004-11-12 Thread Kurt Welgehausen
>> ... what is the format for ... using .import ... ? Read the docs for the COPY command. Regards

[sqlite] .import function

2004-11-11 Thread amead
Maybe I'm blind but I've looked and don't see the answer to this... what is the format for the file to be imported using .import in the sqlite3 CLI database management tool? -Alan