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 derfloh 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: FujiH
  • Order by date
  1. FujiH

    Saving data from two different data sources using a dataset

    Thanks, I used SqlBulkCopy in the end passing through the datatable populated from the OleDB data source. One thing that threw me for a while was the fact that ColumnMappings using SqlBulkCopy are case-sensitive in the field names on both the source and destination tables.
  2. FujiH

    Saving data from two different data sources using a dataset

    Hello, I am trying to load data from an OLEDB datasource into a dataset and then saving that data into a SQL table (in VB.NET code) So I am certain that the OLEDB datasource pulls out the correct data since I am assigning the dataset table as the datasource to a datagridview. I then create a...

Part and Inventory Search

Back
Top