Re: Build new Access database from .NET application.
From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 07/30/04
- Next message: Jeff Washburn: "Insert CLOB into Oracle using ADO.NET"
- Previous message: Miha Markic [MVP C#]: "Re: SqlDataReader.Close() bug?"
- In reply to: Cor Ligthert: "Re: Build new Access database from .NET application."
- Next in thread: Cor Ligthert: "Re: Build new Access database from .NET application."
- Reply: Cor Ligthert: "Re: Build new Access database from .NET application."
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Jul 2004 13:49:53 -0500
On Fri, 30 Jul 2004 17:16:01 +0200, "Cor Ligthert" <notfirstname@planet.nl> wrote:
¤ Paul,
¤
¤ When you start in the top of the thread you can see that his goal was to
¤ create the access database from new, slowly we got at a point where we had
¤ everything however not the starting goal what was creating in a simple way
¤ the access database from XSD and I was hoping you was providing that.
¤
¤ Cor
Like he said, he was able to create the database and table using the XSD. The data import/export
method could be accomplished a few different ways. The first is to use the example I provide which
implements XML. Another would be to programmatically link the SQL Server table to the Access
database and then use an INSERT (Append) query to import the data into the Access table directly.
Since he wants to export from a DataGrid the direct method would not be possible.
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
- Next message: Jeff Washburn: "Insert CLOB into Oracle using ADO.NET"
- Previous message: Miha Markic [MVP C#]: "Re: SqlDataReader.Close() bug?"
- In reply to: Cor Ligthert: "Re: Build new Access database from .NET application."
- Next in thread: Cor Ligthert: "Re: Build new Access database from .NET application."
- Reply: Cor Ligthert: "Re: Build new Access database from .NET application."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|