On Wed, Jul 8, 2009 at 2:00 PM, _h_<hiralsmaill...@gmail.com> wrote:
> Hi Kishor,
> Thank your pointing out perl db module.
> Is the same things are avaiable as C/C++ apis.

I have no idea. Google is your friend.

Although, if you are messing around with text files, Perl is probably
way more suitable for the task than C. And, just to make you happy,
Perl is written in C. :-)




> Thank you.
>
> On Wed, Jul 8, 2009 at 5:25 PM, P Kishor <punk.k...@gmail.com> wrote:
>
>> On Wed, Jul 8, 2009 at 1:48 PM, _h_<hiralsmaill...@gmail.com> wrote:
>> > I am looking for some thing where via db apis I inform the format of my
>> text
>> > file and then I can do open/close, read/write via db apis to interact
>> with
>> > the underlaying text file.
>> > I require to access the text files, which has different formats, via
>> unified
>> > apis.
>> >
>>
>> http://search.cpan.org/~jzucker/DBD-CSV-0.22/lib/DBD/CSV.pm
>>
>>
>> > Thank you.
>> >
>> > On Wed, Jul 8, 2009 at 4:23 PM, Simon Slavin <
>> slav...@hearsay.demon.co.uk>wrote:
>> >
>> >>
>> >> On 8 Jul 2009, at 11:40am, _h_ wrote:
>> >>
>> >> > Does any mechanism is available via which I can bind the db with
>> >> > text file
>> >> > and can use the db apis to access that text file, and can perform
>> >> > the i/o.
>> >>
>> >> For SQLite to be useful for you, the data must be in a SQLite database
>> >> file.  You cannot manipulate data in a text file.
>> >>
>> >> If you want to import data from a text file to a database file, use
>> >> the sqlite3 command-line tool.  See the documentation here to get
>> >> started using SQLite:
>> >>
>> >> http://www.sqlite.org/quickstart.html
>> >>
>> >> Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to