Search results for query: *

  • Users: garyholc
  • Content: Threads
  • Order by date
  1. G

    Specifying a variable in a sql script in VB

    I have a form with a datagrid and a button on it. I can get the data to fill the datagrid with the sql statement Dim adapter As New OleDb.OleDbDataAdapter("Select * from table1",cn) Ok, I add a text box to the form, and call it txtEntryBox. I want to type a name in the txtEntryBox, and...
Back
Top