Search results for query: *

  • Users: QEDDave
  • Content: Threads
  • Order by date
  1. Q

    Copy datarow from Table A to same schema Table

    Hello, I'm getting an error as it's not saving to the database but I can see the datatable on the console - not sure why the database isn't committing.... Here's the code Private Sub btnConsole_Click(sender As Object, e As EventArgs) Handles btnConsole.Click Dim ds As DataSet =...
  2. Q

    Question Updating with a table adapter

    I have a simple Windows form in VB: textbox bound thru an adapter and a bindingsource to my dataset. I have a button that on Click I want it to update the database. The form loads and the first data row shows in the textbox, I change the text then click my button but no update happens. Any...
  3. Q

    LINQ SQL to Excel Workbook Sheets

    Hello, I'm all set for querying my SQLServer database, that's no prob, but how do I access individual cells of data in a workbook sheet. If, for example, I had a workbook and one of the sheets was contacts with Names, addresses, etc - how would I access the workbook called MyWorkbook.xls and...
Back
Top