[sqlite] Re: SPAM-LOW: RE: [sqlite] Format of csv file RE: [sqlite] date/time implementation question

2007-03-15 Thread jphillip
the pipe or tab makes > a better separator. > > > > -Original Message- > From: Rafi Cohen [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 15, 2007 12:42 PM > To: sqlite-users@sqlite.org > Subject: RE: [sqlite] Format of csv file RE: [sqlite] date/time > implementa

Re: [sqlite] Format lf csv file RE: [sqlite] date/time implementation question

2007-03-14 Thread Clark Christensen
, you can close and come back later to deal with the rows that crossed-over into past-date state. -Clark - Original Message From: Rafi Cohen <[EMAIL PROTECTED]> To: sqlite-users@sqlite.org Sent: Wednesday, March 14, 2007 1:21:21 PM Subject: [sqlite] Format lf csv file RE: [sqlite

Re: [sqlite] Format lf csv file RE: [sqlite] date/time implementation question

2007-03-14 Thread Dennis Cote
Rafi Cohen wrote: Hi Dennis, the first approach is clear now and I may proceed with it. Good to hear. The second approach is interesting and chalenging, but leaves some issues to clarify and in case I find solutions to those issues I well may adopt it. 1. format of csv file: I have no idea

[sqlite] Format lf csv file RE: [sqlite] date/time implementation question

2007-03-14 Thread Rafi Cohen
proach. Thanks, Rafi. -Original Message- From: Dennis Cote [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 9:15 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] date/time implementation question Rafi Cohen wrote: > Dennis, I really appreciate your patience and willingness to

Re: [sqlite] date/time implementation question

2007-03-14 Thread Dennis Cote
Rafi Cohen wrote: Dennis, I really appreciate your patience and willingness to help. Unfortunately, this still did not bring me to the expected solution. I will give you a small algorithm of what I need to do and I'm sure after this you'll know how to assist me. 1. I read a .csv file into a

RE: [sqlite] date/time implementation question

2007-03-14 Thread Rafi Cohen
, prepared statements which I execute with wqlite3_step for the fields of each structure. I hope I'm clear, this time. Thanks, Rafi. -Original Message- From: Dennis Cote [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 5:21 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] date

Re: [sqlite] date/time implementation question

2007-03-14 Thread Dennis Cote
Rafi Cohen wrote: Thanks Denis for your detailed explanation. My needs differ from the example you gave. I need to compare the date on each row with the current date, if the rowdate has passed then I either insert or update this row on a specific table, otherwise I leave this row for a future

RE: [sqlite] date/time implementation question

2007-03-14 Thread Rafi Cohen
as to make this comparison? Thanks, Rafi. -Original Message- From: Dennis Cote [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 13, 2007 7:15 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] date/time implementation question Rafi Cohen wrote: > Hi, I hope this question is not off-topic for thi

Re: [sqlite] date/time implementation question

2007-03-13 Thread Dennis Cote
Rafi Cohen wrote: Hi, I hope this question is not off-topic for this list. I'm recieveing, occasionally, a .csv file from a source which I need to process accordcing to some criteria and either insert, delet or update it's rows into a database. One of it's criterias is date comparison. In other