pk mast

Greenhorn
+ Follow
since Jan 08, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by pk mast

CAN ANYBODY SUGGEST A SITE WHEREIN I CAN FIND A JAVA PROJECT..IE ADVANCED JAVA PROJECT IN ECOM USING THREE TIER ARCHITECTURE.IT MAY NOT BE HUGE PROJECT BUT COMPLETE WITH DOCUMENTATION.
24 years ago
goto control panel and make a dsn name using microsoft driver for oracle(say dsnname).now modify your code as folllows:
Class.forName("sun.java.Jdbc.Odbc.JdbcOdbcDriver");
Connection con=DriverManager.getConnaction("jdbc:odbc:dsnname");
[This message has been edited by pk mast (edited January 09, 2001).]
24 years ago
put the connection part in the dopost method and it will work.well logically it doesnt make any sense but thats the way it goes.all the best kavita.
24 years ago
why dont you follow J2EE specifications for best results.
24 years ago
sure you can do that for detailed description goto examples folder in weblogic directory and look for servlets ..find index in it to see the details of implementation