Re: Build new Access database from .NET application.

From: Cor Ligthert (notfirstname_at_planet.nl)
Date: 07/30/04


Date: Fri, 30 Jul 2004 21:33:40 +0200

Paul,

> Since he wants to export from a DataGrid the direct method would not be
possible.

Why not, I never did it however this should be a one of the possible very
simple methods

mydataadapter.update(directcast(mydatagrid.datasource, dataset))

Cor