wakeup Posted December 3, 2004 Posted December 3, 2004 I need do a sql as: select * from table where field in (value, value,value..) I have created sqlstring : select * from talbe where field in (?) As it would be the parameter type if field is long? thanks HipHop Quote
*Gurus* Derek Stone Posted December 4, 2004 *Gurus* Posted December 4, 2004 If I am understanding you correctly, the code would look something like this: Dim list() As String = { "cow", "dog", "fox", "chicken" } Dim sql As String = "SELECT * FROM Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.