Re: Build new Access database from .NET application.
From: Rich Wallace (rich.wallace_at_minusthecannedmeat.jfsheadotcom)
Date: 07/31/04
- Next message: Roy Fine: "Re: List ADO Providers"
- Previous message: Joe Au: "How to get query result from Access"
- In reply to: Cor Ligthert: "Re: Build new Access database from .NET application."
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Jul 2004 18:49:44 -0700
Thanks guys,
I ended up running a loop on my dataset and performed an INSERT using the
Access.Application.CurrentDB.Execute object and it runs fine. Since the
project is pretty much due befoer I can get fancy with it, this will work
for now, but I'm sure I'll loop around after post-implementation and rethink
it.
-Rich
"Cor Ligthert" <notfirstname@planet.nl> wrote in message
news:umyFixmdEHA.1764@TK2MSFTNGP10.phx.gbl...
> 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
>
>
- Next message: Roy Fine: "Re: List ADO Providers"
- Previous message: Joe Au: "How to get query result from Access"
- In reply to: Cor Ligthert: "Re: Build new Access database from .NET application."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|