> 1)How can we prepare a SQliteStatement for the following type of select,
>   select * from tablename where column in (?);
>   ?: we don;t know the length of this string.


Pass any value less than zero as 3rd parameter to sqlite3_prepare function,
in which case, characters up to the first null terminator will be
considered.

Cheers,

Bharath Booshan L.



-----------------------------------------------
Robosoft Technologies - Come home to Technology

Disclaimer: This email may contain confidential material. If you were not an 
intended recipient, please notify the sender and delete all copies. Emails to 
and from our network may be logged and monitored. This email and its 
attachments are scanned for virus by our scanners and are believed to be safe. 
However, no warranty is given that this email is free of malicious content or 
virus.




-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to