> Hi ,
> This requirement suggests the use of an applet that is true, if I do
it
> using APPLETS i have to have another database server to access my SQL
> server/ORACLE coz am using type 3 driver.
To me it sounds like an Applet/Servlet solution. You put the logic and the
database accesses in a servlet, and then you put the UI-parts (w all the
neat combobox-actions etc) in an applet. The user-actions on the applet
creates requests to the servlet that in turn resolves the request by calling
the database and sends some object back to the applet that will output it to
the user.
/O
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html