On 9/15/06, sandhya <[EMAIL PROTECTED]> wrote:
Actually my query is returing only one data ie OID of the file....In this
case what i can do to get that data.Where it will get stored?

look at the documentation for sqlite_bind():
http://sqlite.org/capi3ref.html#sqlite3_bind_text
It explains how to send parameters to a query

to get the results:
http://sqlite.org/capi3ref.html#sqlite3_column_int

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

Reply via email to