Re: [sqlite] Insert into with Id...

2017-01-22 Thread hfiandor
Thanks very much, in special to Mr. Slavin. Saludos Ing. Héctor F. Fiandor Rosario ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Insert into with Id...

2017-01-15 Thread hfiandor
Dear Mr. Simon: Today, early in the morning, I have reviewed the former ExcelToSQLite.exe and try to run it with data from my last application. I have corrected some mistakes and pretty work. I thought my problems was solved. Thanks very much, Ing. Héctor F. Fiandor Rosario

Re: [sqlite] Insert into with Id...

2017-01-14 Thread Kees Nuyt
Dear Héctor, On Fri, 13 Jan 2017 21:38:04 -0500, "hfiandor" wrote: > I have implemented the lectura of a csv file in my program as > "import". I have followed yours instructions (the last one and > others previous) . Thanks for your instructions. > > The program works

Re: [sqlite] Insert into with Id...

2017-01-13 Thread hfiandor
Dear Mr. Simon Slavin: I have implemented the lectura of a csv file in my program as "import". I have followed yours instructions (the last one and others previous) . Thanks for your instructions. The program works fine with csv files of one or two rows, but when I try to read a file with 9

Re: [sqlite] Insert into with Id...

2017-01-12 Thread Simon Slavin
On 12 Jan 2017, at 4:06am, hfiandor wrote: > I’m trying to read a .csv file and introduce in an SQLite table, using the > insert into command. > > > > In the .csv file I have not used this Id field (it was defined as integer > and autoincrease). Specify the fields

[sqlite] Insert into with Id...

2017-01-11 Thread hfiandor
Dear list members: I’m trying to read a .csv file and introduce in an SQLite table, using the insert into command. In the .csv file I have not used this Id field (it was defined as integer and autoincrease). I will appreciate any help about how to copy from a .csv file to an SQLite