sql 2014

  1. S

    Allow users to select between a Prod and Test database

    I have been tasked with converting a Access Application to WinForms VB.Net. The Access application has the ability to swap between a Test and Prod database for training. I was wondering if it is possible to do the same with a WinForms app. I am using Datasets to connect to the SQL database. I...
  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...
Back
Top