|
-
Jul 13th, 2005, 10:23 PM
#1
Thread Starter
New Member
VB2VB.NET: INI file or XML?
In VB programmers offten keep database connection parameter in a INI file, it looks like as blow
[database]
Driver={SQL Server}
Server=.
uid=sa
pwd=
database=myDB
do VB.NET programmers use it also? or keep them in a XML file? which one are most recommended way?does anybody have a sample?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|