|
Your codee should look something like
this:
con =
DriverManager.getConnection("jdbc:odbc:RoomBookDB",
"andreas", "stellatos");
You either set up a pwd and username or you set up nothing and
the code goes like this:
con =
DriverManager.getConnection("jdbc:odbc:RoomBookDB", "",
"");
According to my humble opinion you cannot have just a password
in the brackets...
I hope it helps,
Andreas Stellatos
|
Title: different behaviors in application and servlet.
- different behaviors in application and servlet. saleem.arif
- Re: different behaviors in application and servlet... Andreas
- Re: different behaviors in application and ser... Srinivas Mukkamala
