Re: [sqlite] txt

2006-08-03 Thread Jay Sprenkle
On 8/3/06, Markus Mössner <[EMAIL PROTECTED]> wrote: Hi! Well I am almost new to everything that deals with db s. My question is it possible to something like this mysql_query ("LOAD DATA LOCAL INFILE 'c:/php-w-select/Data/$dataset' INTO TABLE $fil fields terminated by ' * ' "); Look at

[sqlite] txt

2006-08-03 Thread Markus Mössner
Hi! Well I am almost new to everything that deals with db s. My question is it possible to something like this mysql_query ("LOAD DATA LOCAL INFILE 'c:/php-w-select/Data/$dataset' INTO TABLE $fil fields terminated by ' * ' "); also with SQLite? Next question I used Kate & GCC and tried the