R
Rich Wallace
Hi all,
I'm currently working on a new solution that entails extracting key data
from MS SQL Server (2000) and essentially export a dataset to an Access
database. I may have been overthinking this but here's what I'd like to do:
I have an XML representation of the MDB structure I need to build each time
called tblClosing.XSD
1. Once I obtain a valid set of data as approved from the user, the source
data will be in a .NET datagrid in an ASP.NET app.
2. When the user clicks a button to export the data, I want to build a new
MDB file off of the XSD structure.
3. After the structure is built, I want to export the data from the
datagrid into the MDB file and close it off.
Again, I'm probably over thinking this so there may a much easier way,
however, the XSD contains the exact structure of the MDB that I need to send
off.
HELP?!!?
TIA
-Rich
I'm currently working on a new solution that entails extracting key data
from MS SQL Server (2000) and essentially export a dataset to an Access
database. I may have been overthinking this but here's what I'd like to do:
I have an XML representation of the MDB structure I need to build each time
called tblClosing.XSD
1. Once I obtain a valid set of data as approved from the user, the source
data will be in a .NET datagrid in an ASP.NET app.
2. When the user clicks a button to export the data, I want to build a new
MDB file off of the XSD structure.
3. After the structure is built, I want to export the data from the
datagrid into the MDB file and close it off.
Again, I'm probably over thinking this so there may a much easier way,
however, the XSD contains the exact structure of the MDB that I need to send
off.
HELP?!!?
TIA
-Rich