On 28 Mar 2016, at 6:49am, Mahi Gurram <mahigurram4u at gmail.com> wrote:

> I have tried .import and its working for command line interface. But i need
> to do a bulk import (copy data from file into table) from c interface.

Sorry, but SQLite has no facilities for handling text files.  It reads and 
writes to its own database files only.  You will have to write your own 
routines to read text from your text files.

You might instead like to use system calls to script the command line shell:

https://www.sqlite.org/cli.html

Simon.

Reply via email to