| Thread | Last Post | Replies |
|
| getting ResultSet from Oracle procedure | 23 Sep 2003 12:36 GMT | 1 |
I am trying to get a ResultSet object by executing a stored procedure in Oracle. The ResultSet is one of the parameters of this procedure. Typical code:
|
| What DB-Type do people use for Geo Information Systems as OODBs fade away | 23 Sep 2003 10:45 GMT | 7 |
one question .. OODBs are less and less alive in terms of * newsgroup traffic * attention * new products and so on
|
| SQL Server Stored Procedure Won't return | 23 Sep 2003 07:49 GMT | 5 |
We are having a weird problem with our web app running under tomcat and sql server 2000. If a certain stored procedure that returns a bunch of records is executed then some of our other stored procedures will not return until the recordset of the first stored procedure is
|
| BEA WLS and OraclePoolConnection | 22 Sep 2003 18:44 GMT | 1 |
Using the Oracle (9i) JDBC OCI driver, i am trying to get a proxy connection going. If i define the connection pool using the Oracle classes in my program everything is fine (i can get a connection and then proxy as as another
|
| newbie... error finding file | 21 Sep 2003 18:28 GMT | 2 |
Just found this group, it may be appropriate for me as a newbie! The following code cam straight from the book, but cannot find the file "text.txt", My understanding is that it should be creating the file!! Any ideas, Thanks, Jim
|
| Display info during getting data by JDBC. | 20 Sep 2003 00:05 GMT | 2 |
I'm getting data inside servlet. I'd like to print info during this operation for impatient users. Is it possible? Cheers, Micha? Sierakowski
|
| oracle 7.1 with JDBC | 19 Sep 2003 16:17 GMT | 1 |
<p> <pre> I had tried to connect to My Oracle database (7.1) with oracle thin driver, but failed. I am successfully connected to Oracle 8i with thin
|
| How thin client resolves Oracle service name ? | 19 Sep 2003 06:03 GMT | 4 |
Hi group I am new to JDBC and would like to know about Oracle thin driver. Unlike OCI, thin driver does not require a client configuration. If so how does it resolve the Oracle service ?
|
| Tomcat Connection Pool | 18 Sep 2003 21:03 GMT | 1 |
In a lot of the code samples i am reviewi9ng I see the following paradigm: get connection from pool use connection
|
| Connect with no hard-coded url | 18 Sep 2003 20:57 GMT | 5 |
I have an application that uses a test system and a production system. Since the databases are on different servers, I have to change all the hard-coded url references to the database (this is java and jsp) to point to the production DB when I move the test code to production.
|
| What is a "dirty read" ? | 18 Sep 2003 16:28 GMT | 2 |
Hi group, I am new to JDBC but have idea about Oracle transaction management. I am confused about JDBC documentation saying "dirty read"s allow changes made by a trasaction visible to another before it is
|
| Tomcat MySQL JSPs and JavaBeans | 18 Sep 2003 09:35 GMT | 2 |
I have been working with JSP's and MySql using Tomcat. Until now it has been working fine. I think I am having a problem with defining my JDBC resource within Tomcat. I am pretty sure that my code is correct (but I am not certain), and the problem is with defining the resource
|
| newbie on Java Server | 18 Sep 2003 07:57 GMT | 1 |
What is the roles for Java server (WebLogic) : 1) What navigator is preffered - Explorer or Netscape ? - What version ? 2) In ASP there is "Microsoft.XMLDOM" object to do some manipulation between XMLs - What is the class in JSP ?
|
| Write to two tables using 1 web form | 17 Sep 2003 15:41 GMT | 1 |
Hello, anyone have any ideas how I input data from 1 web form into two seperate tables. I cannot bo this wih a Prepared statement, it does not allow it. I'm using MAccess and JSP. Regards
|
| Find id in resultset | 16 Sep 2003 12:00 GMT | 1 |
If I have a ResultSet rs with a field name id, Could anyone tell me how to locate row in this ResultSet for a certian id? Do I need to loop through the resultset to search for the matching? Or have better method?
|