VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



XML based Configuration file

by Prakash Sachania (1 Submission)
Category: Complete Applications
Compatability: Visual Basic 5.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (13 Votes)

This application has a class which handles all the code related to reading frmo and writing into an XML file. This XML file has a common structure.
I developed this so that my applications are not dependent on window's registry or INI files to store configuration information. For example, an application often requires to login into a database. For this it requires either DSN or Driver name, database server name, database name etc. Instead of hard coding this in the application, it is often read from either Window's registry or INI. But XML file is the perfect place to keep this information.
Code also shows how to use it to store configuration file as encrypted.
XML File is very easy to understand. Has only three elements (Configuration, Section and Item). So it is very easy for end-users to modify as well.

Inputs
XML File name where configuration is stored or to be retrieved from.
Assumes
It uses MSXML4.0 as XML parser.

Rate XML based Configuration file

Download XML based Configuration file

Download XML based Configuration file (7 KB)

XML based Configuration file Comments

No comments have been posted about XML based Configuration file. Why not be the first to post a comment about XML based Configuration file.

Post your comment

Subject:
Message:
0/1000 characters