Re: [sqlite] Re ading an SQL file with C API

2008-06-29 Thread Igor Tandetnik
"c.panel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is it possible to run an sql-statement file from C API that can > replace a ".read myfile.sql" command-line ? .read command itself is implemented in C code you can readily obtain. It uses public SQLite API, no black magic inv

[sqlite] Re ading an SQL file with C API

2008-06-29 Thread c.panel
Hello, Is it possible to run an sql-statement file from C API that can replace a ".read myfile.sql" command-line ? (preparing a statement require a 'char' pointer : giving the file in a large string is ok ?) thanks ! -- View this message in context: http://www.nabble.com/Reading-an-SQL-file