Re: [sqlite] how to save an information + Date in SQlite db?

2008-06-06 Thread John Stanton
Look at the built in Sqlite date and time functions. the_chill wrote: Hello, how do I save a information + Date in a SQlite DB? I want later to enter a date and get the Information. Like information from 07.08.05-03.04.06 or so. I tryed SQlite browser but found no way. I need to share the DB

[sqlite] how to save an information + Date in SQlite db?

2008-06-04 Thread the_chill
Hello, how do I save a information + Date in a SQlite DB? I want later to enter a date and get the Information. Like information from 07.08.05-03.04.06 or so. I tryed SQlite browser but found no way. I need to share the DB betwen a Linux and WinXP system wihtout a server. Any hints how to

Re: [sqlite] how to save an information + Date in SQlite db?

2008-06-04 Thread Dennis Cote
the_chill wrote: Hello, how do I save a information + Date in a SQlite DB? I want later to enter a date and get the Information. Like information from 07.08.05-03.04.06 or so. I tryed SQlite browser but found no way. I need to share the DB betwen a Linux and WinXP system wihtout a server. Any