On 7/26/06, John Newby <[EMAIL PROTECTED]> wrote:
Hi, I was wondering how I could use the commands specific to the command-line interface with the dll version.
You can't, but see below.
The commands I am wanting to use are as follows :- .dump .import .output .read
You can look into the shell.c source and just copy the code you want into your own functions. The sqlite shell is all implemented in this file, so it's not too hard to look how it's done there and use in your code. Regards, ~Nuno Lucas
Any help would be greatly appreciated Many thanks John