It seems to me that you simply need something that will parse the csv file. You don't need SQLite unless you are going to import the data into a database. Bear in mind that a csv file is a database in its own right.
All of the programming languages (Java, C, C++, C#) have libraries from which you can find a function or method that will parse a csv Hope this helps ------Original Message------ From: silvio grosso Sender: sqlite-users-boun...@sqlite.org To: sqlite-users@sqlite.org ReplyTo: General Discussion of SQLite Database Sent: Jan 10, 2009 06:01 Subject: [sqlite] Documentation to learn sqlite code for newbies? Hello everybody, Does anyone know a link (Internet) where I can find some simple tutorials regarding sqlite code? I am looking for some code to apply using the select condition. I am an accountant as trade and I have many big .csv files. I would like to learn sqlite code to query them. At present, needless to say, I have already checked the sqlite web site of course. I have started reading this mailing list as well :-) I read the documentation for newbies should must be improved in the sqlite web page but who knows when :-) I "googled" a bit but most examples I found are for software developers and not for end-users (e.g I found code for using sqlite with python, or ruby and so on). For Mysql, for example, the books with code for end user are endless. I know I could use Mysql but it is really too much for my needs (I don't need a Ferrari to go around...). I suppose sqlite, at present, is still more oriented toward software developers (e.g using it for the Firefox 3 bookmars engine)? I bought the book: "Sqlite: the definitive guide" (by M. Owens). The book is great but, in my opinion, there are very few examples. Of course it is impossible to write everything in a singlo book :-) Thanks in advance Best regards, Silvio _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users Timothy A. Sawyer, CISSP Managing Director MBD Solutions Phone: (603) 546-7132 Web: http://www.mybowlingdiary.com Email: tsaw...@mybowlingdiary.com _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users