File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Data Access Class Reading a Text File???? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Data Access Class Reading a Text File????" Watch "Data Access Class Reading a Text File????" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Data Access Class Reading a Text File????
 
Similar Threads
How to make resource file secured
NX: Two questions
B&S: Data access class
Reading a text file whilst it is in use
Enycrypting and serialisation