Re: [sqlite] write invoices.... 2 which way??

2005-03-09 Thread Jan EkstrÃm
Clay! Thank you for your answer. Still. I have been programming IBM system 3- AS 400 thirty years ago or so. I didn't like the IBM prison. I'am struggeling for fresh air. I like SQLite very much. I want to put data - preferably validated data - in my sqlite database. Then work with the data and

[sqlite] write invoices

2005-03-08 Thread Jan EkstrÃm
I have created a small sqlite3-database with three tables. When I have done my qeuries I want to write invoices based upon my data. In what direction do I turn. Where can I find open source free programs for this purpose. Windows Home Edition. Jan Ekström

Re: [sqlite] New to SQLite...............2....3..4 Thank you

2005-02-23 Thread Jan EkstrÃm
Thank you for that. I like what I am reading there. Still, TCL is mentioned together with SQLite. Is TCL an alternative to look into? Best regards Jan - Original Message - From: "Witold Czarnecki" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 22, 2005 8:45 PM Subject: Re: [sqlite] New

Re: [sqlite] New to SQLite...............2....3

2005-02-22 Thread Jan EkstrÃm
Is the code below the best way of making programs with SQLite? I don't want to use a command window. As you see I am new to SQLite. Not too knew I hope. jan "; /* sqlite_query($db,"CREATE TABLE exempel(fornamn char(20), efternamn char(20), alder int)"); */ sqlite_query($db,"INSERT INTO exempel

Re: [sqlite] New to SQLite...............2

2005-02-22 Thread Jan EkstrÃm
I am using Windows Home Edition. I think the SQLite cammand shell is the same as windows command shell. jan - Original Message - From: "Cory Nelson" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 22, 2005 3:47 PM Subject: Re: [sqlite] New to SQLite. Try the SQLite command shell. On Tue,

Re: [sqlite] tricky date time problem

2005-02-22 Thread Jan EkstrÃm
Is there a best way to administrate SQLite? Do I use PHP, TCL C or .? Sincerely Jan Ekström - Original Message - From: "D. Richard Hipp" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 22, 2005 2:18 PM Subject: Re: [sqlite] tricky date time problem On Mon, 2005-02-21 at 18:00 -0

[sqlite] New to SQLite.

2005-02-22 Thread Jan EkstrÃm
Is there a best way to administrate SQLite? Do I use PHP, TCL C or .? Sincerely Jan Ekström