Hello,

I am facing a problem with sqlite. I have no clue how to select records with
a column (DateTime) between two dates. Because sqlite doesn't have built-in
functions I have to select * from a_table and then using code to remove
records. I think this this way is not a good idea, it destroys all
advantages of sqlite.

Any good idea to deal with this issue?

Thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to