I am binding it like that yes, but Dan said I had to make it like this:

SELECT * FROM Files WHERE extension IN (:extension1, :extension2)

is it possible to do this and maintain a dynamic number of extensions?

On 3/28/07, Brownie <[EMAIL PROTECTED]> wrote:

> > > SELECT * FROM Files WHERE extension IN (:extension)

Do you bind extensions as follows?

sqlite3_bind_text16( stmt, 1, L"'mp3','avi','ogg'" );


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

-----------------------------------------------------------------------------


Reply via email to