J
jaYPee
i read some article that it's better to store some information to xml
than using an ini file. suppose to be i want to read and write this
data:
file name="my.ini"
[ConnectionString]
Server="myServer"
UID="myUID"
Password="myPassword"
Database="myDatabase"
so anybody know how can i do this in vb.net? i want to know what is
the server name, uid, password, database. i want to read from xml to
be use by my sql connection.
thanks in advance
than using an ini file. suppose to be i want to read and write this
data:
file name="my.ini"
[ConnectionString]
Server="myServer"
UID="myUID"
Password="myPassword"
Database="myDatabase"
so anybody know how can i do this in vb.net? i want to know what is
the server name, uid, password, database. i want to read from xml to
be use by my sql connection.
thanks in advance