you can either use sqlite3_mprintf() or create prepared statements
that use the sqlite3_bind_* functions.


On Fri, 8 Oct 2004 10:45:45 +0530, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> We have been using sqlite3_get_table_printf, sqlite3_exec_printf functions
> in our C application to execute the queries. I find that these APIs are
> not available in v3.0.7 though it was available in v3.0.3. May I know why
> these APIs are not available in the stable sqlite 3.0.7 and may I know the
> alternative APIs that I can use continuing my printf like query command
> constructions?
> 
> Any help is much appreciated
> 
> Thanks,
> Regards,
> Sankara
> 


-- 
Cory Nelson
http://www.int64.org

Reply via email to