Ok this is the situation. I need to find some key word from my tables row called "NameID". I think i must somehow tell to vb.net that there is a row called "NameID" am i rigth?
but the code would be something like this.
I cant even run this because it gives error about that NameID.
I think im close to right?
but the code would be something like this.
Code:
TableName = variable of currents table name
TextBox1.Text = KeyWord
Dim da as new SqlDataAdapter ("Select * from" & TableName & Where NameID = % & KeyWord & %, MyConnString)
% because the keyword can start or end diccerence like Lotr keyword will find Lotr2 and The Lotr2...
da.Fill(MyDataSet, TableName)
I think im close to right?