Thank you, that has worked. Sadly it's only writing one entry into the DB. Here is the class that we are working with:
public static void dbWriter() {
try {
Connection conn =...
Type: Posts; User: gmetz
Thank you, that has worked. Sadly it's only writing one entry into the DB. Here is the class that we are working with:
public static void dbWriter() {
try {
Connection conn =...
Any assistance would be greatly appreciated. I have a final project I am working on that is a simple webbot. After the webbot completes, the program finds the IP, and IP class, then inserts the...