Search results for query: *

  1. L

    SQl Server doesnt update new values from Textbox Bind to Datatable

    Using: SQL Server 2014, VB2015 WINFORMS, DataGridview, Textboxes, ComboboxesI was able to update the SQL Server with a new SQL Update Query since I also had Identity Fields from other tables that needed to be updated. At the Class level I declared an ODBC Connection (connODBC) and an ODBC...
  2. L

    SQl Server doesnt update new values from Textbox Bind to Datatable

    Original Post: http://www.vbdotnetforums.com/sql-server/62234-need-update-sql-server-values-txtbox.html Using: SQL Server 2014, VS2015, VB I have a Datagridview that fills with a DataTable (Table). I have several Textboxes that are bind with their corresponding values from the binding...
  3. L

    Question Need to update the SQL Server with the values FROM txtBOX

    Thank you jmcilhinney! Your solution worked as I needed it and your explanation help me understand the reasoning behind the code. Regards
  4. L

    Question Need to update the SQL Server with the values FROM txtBOX

    Hello to all, I am Using: SQL Server 2014, VS2015, VB, WIN FORMS. 1. I need to update the SQL Server with the values that are entered into the Textbox. 2. I have a textbox where I enter an Asset Number and I click a Search Button and it populates the Datagridview control with the results. The...
Back
Top