this would work though:
Code:Dim dbStr As String = string.format("SELECT * FROM {0} WHERE {1} = ?", t, c) Command = New OleDbCommand(dbStr, Connection) Command.Parameters.AddWithValue("@value", v)
|
Results 1 to 6 of 6
Thread: Need help with from clauseThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |