| Thread | Last Post | Replies |
|
| Select distinct or group by does not work | 07 Jun 2004 12:14 GMT | 7 |
I'm using the default JDBC-ODBC bridge to read an Access database. When I mak e a query as simple as SELECT DISTINCT field_a FROM table_a, it retrieves a ResultSet with as many real rows as expected, but with a row count equal to the a SELECT * FROM table_a.
|
| JDeveloper 10G: JNDI lookup problem | 06 Jun 2004 14:04 GMT | 1 |
I just upgraded from 9.0.3 to 9.0.4 and I'm having problems with the following code that performs the JNDI lookup to grab the Data source. Any ideas what's wrong? I am using the embedded OC4J instance and the Database connections are setup. Code works great in 9.0.3, the
|
| Prefered Database | 06 Jun 2004 08:57 GMT | 9 |
I'm looking for a databases that I can include with my applications that doesn't required the user to devote time to maintaining the database other then a simple pack to reclaim space do to deleted rows. If I was windows only, MS access would be my first choice as a desktop
|
| Goof in the design of setBinaryStream | 06 Jun 2004 02:35 GMT | 3 |
Have I missed something? When you use setBinaryStream you must also tell it ahead of time how many bytes you are going to write. Yet on the way back out, it won't tell you how many bytes are coming.
|
| WebLogic 8.1, Oracle 8.1.7, Blob - strange problem | 04 Jun 2004 16:37 GMT | 4 |
Error: ORA-01002: fetch our of sequence I have searched the groups and BEA's website for a solution. While I can find many references to this error, the problems reported and the situations seem to be different from what I'm experiencing.
|
| Performance | 04 Jun 2004 13:45 GMT | 4 |
I'm new in this newsgroup and perhaps I have a simple question ... I writing a programm that push data from db1 to db2. What is faster? select * from table1 where id = x
|
| Intercepting getConnection | 04 Jun 2004 11:20 GMT | 2 |
I am trying to figure out whether there is any way to intercept or be notified when application code obtains a database connection. Specifically, I need to be able to do some auditing whenever someone gets a connections and starts issuing statments but I want to do it
|
| Mysql does not answer to Java anymore!!! | 01 Jun 2004 08:46 GMT | 6 |
Chris Smith wrote:
> Robert Kocher wrote: >> I use Suse Linux, and there i run a mysql database. I have updated my >> system to SuSE 9.1 and since then the connection over jdbc seems not to |