Hello, In addition to the post:
http://groups.google.com/group/android-developers/browse_thread/thread/4a91e3a2dcc25e2e I need to know how I can query to search the contents of the file or values stored in the database. I can do this in Blackberry and JSE (because there is a data type called byte and I can set and get byte). There is no way using a binding statements to bind such a binary value. I may use integer to insert. I want to use a single byte flag to store in SQL, so I converted it into array of byte and stored in in using bind BLOB. I am trying to use insert using bindLong. SO THE PROBLEM IS ALSO COMING IN QUERY. Regards. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

