Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 How can i read XML file from VB6

Author  Topic 

Mamatha
Posting Yak Master

102 Posts

Posted - 2005-03-01 : 07:34:30
Hi

I have used my database as a XML file.My user interface is in VB6.0,Now i want to read that database from VB6.
How can i read XML file in VB?
Is it possible to read the contents of XML?
If you know the solution ,Please let me know.
Thanks in advance.

Mamatha

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-03-01 : 07:42:51
Mamatha-

Although we try to help out developers, we are a SQL Server site. Unless your question has something related to SQL Server, you would probably get a better response posting on a VB or XML forum.
Go to Top of Page

AndrewMurphy
Master Smack Fu Yak Hacker

2916 Posts

Posted - 2005-03-01 : 09:51:12
There is a DLL that you can register in the 'references' section of a VB program...called "Microsoft XML v xx.yy"....my file is C:\WINNT\System32\msxml3.dll. By including this you open up XML properties and methods to allow you manipulate XML files.
Go to Top of Page
   

- Advertisement -