Hi Kishor,
Thank your pointing out perl db module.
Is the same things are avaiable as C/C++ apis.
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
> >>
> > _______________________________________________
> > sqlite-users mailing list
> > sqlite-users@sqlite.org
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> >
>
>
>
> --
> Puneet Kishor http://www.punkish.org
> Carbon Model http://carbonmodel.org
> Charter Member, Open Source Geospatial Foundation http://www.osgeo.org
> Science Commons Fellow, http://sciencecommons.org/about/whoweare/kishor
> Nelson Institute, UW-Madison http://www.nelson.wisc.edu
> -----------------------------------------------------------------------
> Assertions are politics; backing up assertions with evidence is science
> =======================================================================
>  _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to