Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: azarcomp
  • Content: Threads
  • Order by date
  1. azarcomp

    How to update a dynamic datagridview's dataset

    I have a dynamic datagridview that brings rows from user tables. Now I need to be able to update the dataset when someone make a change to a cell in in the dataGridView. Has someone done this before?
  2. azarcomp

    newbie-do i need multiple updates queries to update multiple tables?

    Ok, well I am trying to narrow it down before I start coding it for the development app, this is not the dev tables or data.just trying to see if someone thinks i am on the right track. now I am trying to figure out if the only and best wat to update into 2 or more tables at the same time is to...
  3. azarcomp

    newbie - how to make an MS SQL sp to save a vb.net forms values?

    I know this is both a T-Sql and a VB.net question, but did not know where to post... SO I finally got hired and am rusty as can be. so much its embarrassing. I need to make a sp that the vb.net forms controls will pass and updated values too. so do i make one update sp for the form to call...
  4. azarcomp

    how to add dynamic row to data set

    I was asked to add a row to a data set that is already in memory to be put into a combo box. where and how do i put it in my code? It needs to say in combo box "Select Item" 'Location Try Dim colNames() As String = {"InventoryLocation", "InventoryLocationID"...

Part and Inventory Search

Back
Top