1) If you had an already existing ASP site and wanted to implement a JSP
subsection how would you do it.  I think there are some classes associated with
ASP that you could import and use to grap the ASP session through Java. But how
would you do it if you had the JSP on a Unix Box and ASP on a NT machine?

2)The current implementation of ResultSet does not allow a MoveFirst() command (
I know this is avaiable in JDBC 2.0).  How would you do a workaround to this?

I've tried
ResultSet same,original;
original=stmt.executeQuery();
same=original;

It seems only the pointer is passed so you still only really have one resultset.
I also tried copying the object (lang package) and that did not work either.  If
you can get either of the above to work I'd love to see the code.

any ideas?

Thanks();
rick bosch

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
For JSP FAQ, http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to