J
JR
Hi,
Can I use wildcards in a select command. My command is like this:
SELECT ID FROM songs WHERE (Title LIKE in(?,?))
if I remove the 'like' or the 'in' it works. together it doesn't
of course without the in I need the correct names and with the like I add
the '%'
the database is access. the connection oledbconnection
thanks Jan
Can I use wildcards in a select command. My command is like this:
SELECT ID FROM songs WHERE (Title LIKE in(?,?))
if I remove the 'like' or the 'in' it works. together it doesn't
of course without the in I need the correct names and with the like I add
the '%'
the database is access. the connection oledbconnection
thanks Jan