I am working on an application that uses sql data (tomcat and MS sql server). There will be about 15-20 simultaneous clients. I would like to know if my logic makes any sense. I am very new to java, any kind of help would be great..
To access the sql server, I am going to write a bean that...
I am trying to connect to mssql database. The error I receive is,
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
at Baglanti.main(Baglanti.java:12)
Here is the code.. (This is my first code so I have no idea what is happenning)
import java.sql.Connection...
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.