Wrox Programmer Forums
|
VB.NET 2002/2003 Basics For coders who are new to Visual Basic, working in .NET versions 2002 or 2003 (1.0 and 1.1).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 2002/2003 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 20th, 2005, 06:28 PM
Registered User
 
Join Date: May 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Dataset into access database

hello;

What is the best way to insert a dataset obtained from an xml string into an access database?


Thanks

fernb2000

 
Old May 25th, 2005, 10:46 AM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

What first occurs to me is to write the data out to a comma delimited file (with the first row containing the field names), then use Access’ importation capabilities.

I’m not sure what the process is for creating a new table in a .NET dataset then saving that table is, but it certainly seems that you ought to be able to use the 2nd half of that despite having not actually just created the table...





Similar Threads
Thread Thread Starter Forum Replies Last Post
database connections...Dataset...questions... benfowler VB.NET 1 April 29th, 2008 02:14 PM
Updating Database from Dataset hexOffender VB Databases Basics 0 October 30th, 2006 12:40 PM
Updating Database w/Dataset -Failure KennethMungwira ADO.NET 5 April 24th, 2006 04:54 AM
Dataset merging and saving to database Talarin3 ADO.NET 8 April 19th, 2006 11:30 AM
Re: SQL Server dataset to ACCESS dataset dazzer ADO.NET 0 March 22nd, 2004 05:28 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.