| Thread | Last Post | Replies |
|
| Oracle TopLink + composite mapping | 30 Oct 2006 23:02 GMT | 2 |
I have a little problem with Toplink: I have a table in Oracle DB: table T1 {A: integer, B: integer, C: integer}. I want to have following mapping:
|
| com.mysql.jdbc.MysqlDataTruncation | 28 Oct 2006 07:44 GMT | 1 |
I am trying to insert my file content to the Mysql 5.0, i am trying to insert 1000 files, but when inserting some of the file, i got an exception, why? com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data truncated for
|
| Driver does not support this function | 27 Oct 2006 22:31 GMT | 1 |
I cannot seem to figure this out. When I use a PreparedStatement, I get a SQLException. If, rather, I just replace the variable and use Statement, it works just fine. I am trying to run against ODBC to an Access db. I've tried searching the web, but see little, out of the
|
| jdbc connection problem to ms sql server 2000 | 26 Oct 2006 21:16 GMT | 1 |
What have been done: ------------------------------- installed jdbc driver for ms sql server 2000; found a sample / edited it to form some java code for testing
|
| Geting data from joined tables | 26 Oct 2006 07:40 GMT | 3 |
What would be the best method of getting data from a Resultset that has multiple joined tables? Example select
|
| connection on application initialisation | 26 Oct 2006 00:43 GMT | 4 |
Is it a practise to make the connection on application initialisation (talking about jsp, servlet type app.), so you don't make connections every time you query database, you have it all the time, and then just grab it from app. scope/context and execute Statements?
|
| How can i connect Oracle 9i database with J2EE application server 1.4 | 24 Oct 2006 07:58 GMT | 4 |
I am using JAVA VERSION :- 1.4.03 OS:-WINDOWS XP PROFESSIONAL SP2 ORACLE 9I DATABASE
|
| probleme de connection java oracle | 22 Oct 2006 21:22 GMT | 3 |
bonjor tout le monde j'essaye de me connecter à une base de données oracle installée sur un serveur solaris à traver un programme java et bien sur le jdbc aprés exécussion du programme le message
|
| anyone know of an application that tells you if your odbc driver is level 1 or 2 compliant? | 21 Oct 2006 04:41 GMT | 1 |
I once used an application that you run and it tells you if the driver is odbc 1,2 or 3 compliant. I cannot recall which application this was. Does anyone have any idea of an application that tells you if the driver meets certain odbc compliancies?
|
| Oracle JDBC hangs on socket read | 20 Oct 2006 14:55 GMT | 2 |
I've run into this issue multiple times with no solution yet. For different reasons, the connection between the java application and the oracle server may drop. This can happen because the network interface was stopped and started or because of a firewall.
|
| How test Connection not valid? | 19 Oct 2006 23:02 GMT | 3 |
I wrote a simple java program, where a Connection is created at the beginning, and than is used to make queries to an Oracle DB (let me say "a very very primitive connection pool"). When I run this program on a PC with only one ethernet card and
|
| hibernate and instance aliasing | 19 Oct 2006 10:07 GMT | 1 |
We are having problems with instance aliasing in our application. I was hoping that the secondary cache would fix the problem. But alas it doesn't. Basically we create an object A and store it. Another piece of code in the same JVM does a query and finds object A and
|
| Locks and transactions | 18 Oct 2006 15:33 GMT | 1 |
I have some newbie's questions. I use some applications where there are two techniques handling with concurrent access do DB: - Multi-Read-Single-Write Lock - transactions based on JDBC
|
| Attunity connect driver for JDBC | 18 Oct 2006 01:10 GMT | 1 |
I am trying to use Attinuty connect driver for JDBC to access data in the Oracle RDB database. I have to use this driver as my company uses Attunity as the middleware. Can anybody tell me how/where I can download this driver (or give any link)? I know Attunity.com should
|
| JDBC Oracle Problem | 16 Oct 2006 17:40 GMT | 1 |
Oracle DB 9.2.0.1.0 Oracle9i 9.2.0.8 JDBC Drivers For use with JDK 1.4 The Problem is that I get a sql.exception ORA-00955 when trying to create a Table and insert records.
|