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

2005-02-23 Thread Witold Czarnecki
t; <[EMAIL PROTECTED]> To: <sqlite-users@sqlite.org> Sent: Wednesday, February 23, 2005 9:56 PM Subject: Re: [sqlite] New to SQLite...23..4 Thank you Thank you for that. I like what I am reading there. Still, TCL is mentioned together with SQLite. Is TCL an alternat

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

2005-02-23 Thread Jan Ekström
ruary 22, 2005 8:45 PM Subject: Re: [sqlite] New to SQLite...23 There is good PHP/SQLite introduction here: http://www.zend.com/php5/abs/php101-9.php Best regards, Witold - Original Message - From: "Jan Ekström" <[EMAIL PROTECTED]> To: <sqlite-use

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

2005-02-22 Thread Witold Czarnecki
exempel"); while ($row = sqlite_fetch_array($res)) { echo "rad:$row[fornamn]-> $row[efternamn]-> $row[alder]"; } ?> - Original Message - From: "Ulrik Petersen" <[EMAIL PROTECTED]> To: <sqlite-users@sqlite.org> Sent: Tuesday, February 22, 2005

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

2005-02-22 Thread Jan Ekström
= sqlite_fetch_array($res)) { echo "rad:$row[fornamn]-> $row[efternamn]-> $row[alder]"; } ?> - Original Message - From: "Ulrik Petersen" <[EMAIL PROTECTED]> To: <sqlite-users@sqlite.org> Sent: Tuesday, February 22, 2005 4:18 PM Subject: Re: [sqlite] New

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

2005-02-22 Thread Ulrik Petersen
Hi Jan, Jan Ekström wrote: I am using Windows Home Edition. I think the SQLite cammand shell is the same as windows command shell. The SQLite command shell is the sqlite.exe or sqlite3.exe file that you can download from the "Precompiled Binaries for Windows" section of the SQLite download page:

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