G
Guest
I am running the following SQL query:
OleDbDataAdapter.SelectCommand.CommandText = "SELECT * FROM Locations WHERE LOCATION_ID= '" & editLOCATION_ID.Text & "'
Does anyone know how to display the result of this query in a textbox? Could you please provide an example or details
Thanks in advance
OleDbDataAdapter.SelectCommand.CommandText = "SELECT * FROM Locations WHERE LOCATION_ID= '" & editLOCATION_ID.Text & "'
Does anyone know how to display the result of this query in a textbox? Could you please provide an example or details
Thanks in advance