| Thread | Last Post | Replies |
|
| Access Oracle with JDBC through OCI | 31 May 2006 22:25 GMT | 2 |
I am not sure if this is the proper group to post to, if not let let know which would be better. I have a requirement to connect to an Oracle encrypted listener in HP-UX 11i so I understand I have to use OCI rather then the thin client
|
| BINARY | 31 May 2006 20:05 GMT | 3 |
I want to export a field type like BINARY, VARBINARY, LONGVARBINARY from a table save the result in a file (for example xml) and insert it later to another table. Could i read the result with getString() or should i read it with
|
| Two more Access/Java questions | 31 May 2006 10:07 GMT | 1 |
Does anyone know why I am getting -1 as a return code from commands like DROP TABLE and CREATE TABLE? I am using an Access 2002 database with the sun.jdbc.odbc.JdbcOdbcDriver driver in rt.jar. I am using JDK 1.5.0_06. The commands appear to be working correctly. For example, the ...
|
| connectionless resultset [please help] | 30 May 2006 17:43 GMT | 3 |
I need to have connectionless resultset like in recordset in dotnet. I have one class which i make for all database related functions like retrieving records from database. What i want to do is when i pass sql select query to the method of my database class. my method process it
|
| Update statements. | 25 May 2006 19:38 GMT | 2 |
hey im having a little bit of trouble excecuting my update statsments. I chekd in access directly and am sure that there is no errors in my SQL. this is the code i used. The connection is fine its been tested before.
|
| MySQL ConnectorJ and remote machines | 25 May 2006 19:34 GMT | 7 |
Let's say I have a MySQL 4.12 database, opened to the internet on 111.111.111.111 allowing all incoming and outgoing ports. I have a username and password setup, which CAN connect to this database, from 222.222.222.222.
|
| Connecting to MS Access Using Java | 25 May 2006 14:41 GMT | 8 |
im having toruble connecting to MS Access DB using Java. This is the code i used: public void connect(){ try {
|
| JDBC SAPDB | 25 May 2006 09:18 GMT | 4 |
I'm looking for a SAPDB 7.4 JDBC driver which correctly work wich european charakter coding (ex. cp1250). thanks in advance GG
|
| Derby vs HSQLDB | 25 May 2006 06:32 GMT | 1 |
Hi all... There are those two 100% Java databases, Derby and HSQLDB. I want to use one of them for a small web project... does anyone have experience with both and can give recommendations about
|
| Commons DBCP/Tomcat/Oracle RAC Questions | 20 May 2006 09:51 GMT | 6 |
Does anybody know if the commons db pooling will work out of the box with Oracle RAC? It seems that the connection string will be different; however, some Oracle documentation says that for Fast Connection Failover to work the
|
| PrepareStatement-Date field | 17 May 2006 14:58 GMT | 1 |
I've prepared a query with custom date fields. I used prepared statement and giving data from user. //in query there is table1.[Date]>=? and table1.[Date]<=? in where clause.
|
| APACHE DERBY GUI | 12 May 2006 17:09 GMT | 2 |
does it exists a good GUI for apache derby ? (just like sqlyog for mysql) thanks
|
| Is Welfare Part of Capitalism? | 11 May 2006 18:53 GMT | 3 |
This article is dedicated to: A man I met, with most of his body heavily burned, simply because he was a Chinese during the 1998 May Riot in Indonesia. Lots of capitalists that are slaughtered during the cultural evolution.
|
| No 3rd party driver needed anymore for 1.5? | 11 May 2006 16:20 GMT | 1 |
I remember always needing something like Rmijdbc.jar to provide the odbc driver (this is under windows). But I now notice that this is no longer necessary. Has generic support been added in recent versions? I upgrade my JDK all the time to the newest version, so I'm wondering if
|
| General Error - can I do better than that. | 11 May 2006 15:13 GMT | 4 |
I'm working in Windows with an odbc driver for accessing an Access db. Some INSERT statements throw exception with the "General Error" message. Can I do better than that and actually find out what went wrong? Is this the sort of thing that is DB related? For example,
|