Microsoft
Software
Hardware
Network
Question : How do I manipulate (write and read) a xml file in VB6?
Hi All,
My problem is...
I work for Retailing Management System. Front end is VB6, back end SQL Server 2005. My application has an interface called Item Fetch to select an item from a item list. The Item Fetch interface fetches all 20,000 items from the db server every time an item is selected. Around 50 sales counters are accessing the db server simultaneously. So the db server is over loaded, and the performance of my application gets reduced.
My plan is...
Fetch all 20,000 items from the db server only once, and save those in a file (preferably xml file) in the local machine. So that my fetch interface will load items from the local file. Thus the db server is free from item fetch queries.
My question is...
1. Does my idea sound good? If not, plz give your suggestion.
2. Which file format should i use to save around 20,000 items? xml or any other format? Hopefully csv (comma separated values) may not be suitable since item desc may have commas.
3. How do I manipulate (write and read) a xml file in VB6?
Thank you in advance.
Regin T.
Answer : How do I manipulate (write and read) a xml file in VB6?
VB6: XML and How To Read It With Visual Basic
http://www.nonhostile.com/
howto-xml-
vb6.asp
Getting Started with VB 6 and XML
http://www.informit.com/ar
ticles/art
icle.aspx?
p=25084
Creating XML documents with the DOM in VB6
http://articles.techrepubl
ic.com.com
/5100-1087
8_11-
10447
59.html
Random Solutions
Clearing a submit form once submitted
how to transfer apps from my iphone to my itunes library
sql server tables
What is the best cms to use with dreamweaver
Microsoft Server Licensing
object required error
Best free viewer for .mov and avi files in Win XP
Unable to connect Entourage 2004 to SBS 2008 Exchange mailbox
truncate vs delete
Email an attachment in C# Windows application