Thanks Tim,
I was without Internet over the last week.
I thank you for the tips...
I am actually not a programmer and I am learning as I go.
There are a lot of "cra." in my code I have to clean eventually.
It is impossible to find Java programmers here. So i have to do everything myself...
Hi Tim,
Thanks again for the response.
Here is the Code:
Part that reads the code and main class which establishes the connections:
private static StringBuffer getReadErpiccolo() {
StringBuffer contents = new StringBuffer();
BufferedReader input = null;
String erpiccolo =...
Hello,
I have setup a a small text file where user can specify the following, so that nothing is hard coded into the application:
Driver = com.mysql.jdbc.Driver
Driver String = jdbc:mysql://
Host = localhost
Port = 3306
user = root
pwd = root
I have some code to make the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.