Search results for query: *

  1. C

    Best Way to Update a Database with Multiple Records

    I am currently using access. I think my problem is that I am using a dataset. I am confused on how to write directly to the database. I also would like to be able to use the same code to write to either access or sqlserver and have that selected at runtime, is that even possible?
  2. C

    Best Way to Update a Database with Multiple Records

    All. It has been a while since I programmed in VB, I have a program that needs to process and input file. I am reading the input text file fine, and getting the database updated but it is extremely slow. I was using tableadapters and bindingsources to update the data, but it takes about...
Back
Top