| Author |
Data Access Class Reading a Text File????
|
Rich Barry
Greenhorn
Joined: Jan 28, 2002
Posts: 19
|
|
Hi, I have created a data access class... and for one of my constructors.. I need to go a text file and get the information : dsn name, username, and password from the file and bring it into the construtor... does anyone know how to do that?? Thx Rich Here is my constructor: public DataAccess() { }
|
 |
Jamie Robertson
Ranch Hand
Joined: Jul 09, 2001
Posts: 1879
|
|
is this a properties file? If not, have you considered using one? read here for details: Jamie
|
 |
 |
|
|
subject: Data Access Class Reading a Text File????
|
|
|