[sqlite] How to get the DBName.

2016-04-07 Thread Mahi Gurram
Thank you so much Richard...Its working :) On Thu, Apr 7, 2016 at 7:22 PM, Richard Hipp wrote: > On 4/7/16, Mahi Gurram wrote: > > > > How can i get the DB Name to which i'm writing the data into? > > https://www.sqlite.org/c3ref/db_filename.html > > -- > D. Ri

[sqlite] Help needed for COPY Command.

2016-03-29 Thread Mahi Gurram
time to do a load. You cannot > save the setup and repeat the action from the command line, unfortunately. > > dvn > > On Mon, Mar 28, 2016 at 2:45 AM, Simon Slavin > wrote: > > > > > On 28 Mar 2016, at 6:49am, Mahi Gurram wrote: > > > > > I have

[sqlite] Help needed for COPY Command.

2016-03-28 Thread Mahi Gurram
Hi All, Thank you so much for your answers. The Copy command that i have mentioned was found in below link: https://www.sqlite.org/tclsqlite.html#copy But just realized that it is in tcl interface. I overlooked it earlier :( I have tried .import and its working for command line interface. But

[sqlite] Help needed for COPY Command.

2016-03-25 Thread Mahi Gurram
Hi, Good Morning. I'm trying to use the COPY command but for some reason i'm unable to make it work. As per the doc, below is the query syntax: *copy* *conflict-algorithm* *table-name * *file-name * ? *column-separator*? ?*null-indicator*? I have created a file with data and tried