I found the JDBC section within the Java tutorials from Sun to work for me. Good basic JDBC stuff to get you started on the coding. The JDBC code can be placed within the portlet handler or using a bean to encapsulate the transaction would probably be a better way to go.
Scott ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 03, 2001 3:47 PM Subject: Jetspeed and Oracle... > Can anyone direct me to some information about what tools(drivers) I need, > how to setup, install, configure, and extract info from an Oracle database. > I have a database on our network that I would like to try to retrieve info > from and present in a portlet however I am unsure of how to go about all > this. Is there any good documentation that outlines what I am looking to > learn?? > > Thanks in advance! > > Bob Wilson. > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
