•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the VB.NET section within the Software Development category of DaniWeb, a massive community of 397,802 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,450 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our VB.NET advertiser:
Views: 3317 | Replies: 1
![]() |
•
•
Join Date: Mar 2005
Posts: 65
Reputation:
Rep Power: 4
Solved Threads: 0
I am building a website. I have a database table that contains tips. The tips table is simple, it contains an ID column and a Tip column. I have a datareader to read the table and fill a datatable, however, I would rather have the datareader create a cached xml document. I know how to read an xml file into cache with code, but I would like for the datareader to create a cached xml document.
Does anyone know how to accomplish this task?
Thanks, Chester
Does anyone know how to accomplish this task?
Thanks, Chester
Hi,
If you want to avoid DB access for tips you can fill a dataset with a datatable containing the tips table for once and use save DataSet.WriteXML() to export the data to XML format. Then for re using you don't need to use XMLDocument or anything but you can directly use DataSet.ReadXML().
Loren Soth
If you want to avoid DB access for tips you can fill a dataset with a datatable containing the tips table for once and use save DataSet.WriteXML() to export the data to XML format. Then for re using you don't need to use XMLDocument or anything but you can directly use DataSet.ReadXML().
Loren Soth
Crimson K. Software _________________________________________________________________ Crimson K. Blog
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb VB.NET Marketplace
•
•
•
•
.net .net framework 3.0 access api asp avatar backup blogger blogging breach code combo custom daniweb data data protection database design development dropdownlist gdata google government gpt guid partition table hacker ibm linspire linux medicine microsoft module news normalization openoffice partition programming reuse rss security server skin sql standards survey theme w3c web windows workflow xml
- Multiple Table Reading From An Xml File (VB.NET)
- XML and hyperlink as one of the data (RSS, Web Services and SOAP)
- Append in xml document (C#)
- Searching and Comparing strings from an XML Document (Python)
- How can I create database/table images in MySQL (PHP)
- Send all items in a listBox to SQL server database table (ASP.NET)
- database table design problems (Database Design)
Other Threads in the VB.NET Forum
- Previous Thread: Validation Problems for Input Box data
- Next Thread: how to resize datagrid


Linear Mode