| Thread | Last Post | Replies |
|
| JDBC connect to dabase fails, OK using ODBC | 31 Aug 2007 15:03 GMT | 8 |
Newbe here. I'm unable to connect via JDBC using OpenOffice 2.2.1 Base to an Informix 7.01 UC1 std edition database. My Classpath is correct and passes the connection test. Using a known good user name/ password to a known good database fails with "Database not found or no
|
| record numbers | 31 Aug 2007 09:15 GMT | 4 |
Maybe my question is stupid and wrong but I hope that you will understand. So, image that you need to create web application which will used by many peoples in one LAN. They processing some documents and every person has the particular number of documents in particular order (1. ...
|
| TopLink: sorting entities by boolean value | 29 Aug 2007 14:38 GMT | 1 |
I have a problem when I want to sort entities (order by) by a boolean field. TopLink throws following exception: ...
|
| Query caching issue | 29 Aug 2007 01:01 GMT | 7 |
My application is a Java program using the Spring JDBC framework. For a connection pool, I'm using the org.apache.commons.dbcp.BasicDataSource class. I have several complex queries that take 500-1000 milliseconds to run.
|
| JavaDB / Apache Derby equivalent to the SQL Server IsNull, Oracle nvl and MySQL IfNull | 27 Aug 2007 13:41 GMT | 8 |
I'm trying to add support for Apache Derby to a piece of software that already has support for Oracle, SQL Server and MySQL. There is a lot of DB specific coding involved to get the best performance possible. Several of these queries involve checking to see if a nested query
|
| Apache Derby performance disappointing | 27 Aug 2007 13:16 GMT | 6 |
I am currently adding Derby support to an application that already has support for multiple DBMS via JDBC. I have found it to be significantly slower than SQL Server or MySQL when performing the same task. To provide this, I have created an exact duplicate database
|
| [ANN] SQLfX Beta | 26 Aug 2007 22:15 GMT | 5 |
I'm pleased to announce the beta availability of SQLfX (SQL for XML). SQLfX is a brand new paradigm for database access to XML. It uses the [often unrecognized] hierarchical operations built into SQL92 to bring power and scalability to XML query and manipulation. SQLfX is a next
|
| Can we do something about the persecution of this newsgroup? (EOM) | 21 Aug 2007 19:12 GMT | 2 |
|
| Examples of real usage of outer joins? | 17 Aug 2007 15:54 GMT | 4 |
This is more of a general database question, not specific to Java, but can someone describe an actual realistic use of outer joins? I'm familiar with how it works, and some trivial examples, but I'm frankly unsure of why you'd actually need to use it.
|
| INSERTINg a Clob in a portable way | 16 Aug 2007 07:54 GMT | 8 |
I'm trying to insert a values for a CLOB column in a portable way. So far using PreparedStatement.setCharacterStream() together with a Reader to read the CLOB contents from a local file was working quite well (with various JDBC drivers). Now I stumbled across a bug in my code that ...
|
| BITs or INTEGERs? (J2EE EL related) | 16 Aug 2007 03:24 GMT | 1 |
Currently I have a fairly large SQL table. Half way through it is an integer field that I'm using to represent 5 checkboxes on a JSP form. The reason I used a single INTEGER instead of many BIT fields is I could well be adding more checkboxes later, and I don't really want to see ...
|
| jvm crash when using ojdbc1.4 | 14 Aug 2007 17:51 GMT | 2 |
when I am trying to use ojdbc1.4 with Oracle 10g express the jvm is crash I use java 1.6 update 2 the message is : #
|
| [MS SQL 2005] How can I get estimated rows count? | 11 Aug 2007 22:58 GMT | 1 |
Is there a possibility to get estimated rows count for asynchronous cursors through JDBC?
 Signature Greetings, Tomek.
|
| Java Technologies | 10 Aug 2007 22:09 GMT | 1 |
http://corejava-technologies.blogspot.com
|
| jdbc and prepared statement compilation | 08 Aug 2007 16:56 GMT | 4 |
I have severe performance problem with compilation of sql-queries. So I wanted to ask, if there is another better way to create our queries to avoid many compilations: I must to notice that I DO use PreparedStatement.
|