C
Curt Broyles via .NET 247
I have an application that loads a dataset from an storedprocedure out of an Informix database. The application needs totake the filled dataset and dump data into an Access database sothe user can then use the Access database for other uses, makingthe Access database portable.
Because I have loaded the dataset the rowstate shows unchanged inturn not allowing a data adapter to perform an insert statementinto the connected Access Database.
Does anyone know of a method of taking a loaded dataset andpushing the data into Access without actually looping throughthe dataset and doing an insert into Access?
Because I have loaded the dataset the rowstate shows unchanged inturn not allowing a data adapter to perform an insert statementinto the connected Access Database.
Does anyone know of a method of taking a loaded dataset andpushing the data into Access without actually looping throughthe dataset and doing an insert into Access?