Sorry, pheraps this is a noob question..
How can i use IN operator with JRDC2?
This return 0 records
This is in properties.config
Thank you all.
How can i use IN operator with JRDC2?
B4X:
Dim cmdList As DBCommand = Db.CreateCommand(Query, Array (X,"763043,763054,755123,759006"))
This return 0 records
This is in properties.config
B4X:
sql.xxx=SELECT Cat, prod, x FROM supprod where id = ? and idprodotto in(?)
Thank you all.