Re: [sqlite] Send parameter from batch file to sqlite

2014-07-24 Thread Scott Robison
On Wed, Jul 23, 2014 at 4:28 AM, shweta gk wrote: > Hi SQlite Support Team, > > I have queries to generate csv file written in a export.sql file. I'm > calling export.sql from a batch file. > > One of the queries in export.sql has where clause , to which i have to > send a

Re: [sqlite] Send parameter from batch file to sqlite

2014-07-24 Thread Tony Papadimitriou
Not possible directly from SQLite. Some weeks ago I suggested a possible way to have this capability added to the shell version of SQLite3 but there seems to be zero interest from the developers. So, don't hold your breath. Better yet, write a Lua script or something to do it. (If you do,

[sqlite] Send parameter from batch file to sqlite

2014-07-23 Thread shweta gk
Hi SQlite Support Team, I have queries to generate csv file written in a export.sql file. I'm calling export.sql from a batch file. One of the queries in export.sql has where clause , to which i have to send a value from batch file. Which syntax is used for this functionality. I need to send