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 betwen a Linux and WinXP system wihtout a server. Any hints how
> to orgenice the DB and the request?

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


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 hints how
> to orgenice the DB and the request?

SQLite can do everything you want to do. It sounds to me like you need 
to read a basic tutorial on SQL before you start. Try a google search 
for SQL tutorial.

Dennis Cote
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[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 orgenice the DB and the request?
-- 
View this message in context: 
http://www.nabble.com/how-to-save-an-information-%2B-Date-in-SQlite-db--tp17645865p17645865.html
Sent from the SQLite mailing list archive at Nabble.com.

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users