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