| Thread | Last Post | Replies |
|
| Tomcat and servlet performance issues | 06 Apr 2005 08:49 GMT | 1 |
I have been having a peculiar problem in tomcat and servlet. We have a queuing mechanism and this queue contains about 2 MB files each every 2 minutes a file comes into the queue and gets processed. There is one component called parser which read the queued file and once the task is
|
| JBuilderX Crystal Report 10 | 06 Apr 2005 05:53 GMT | 11 |
I'm using JBuilder X, writing a client application and connecting to database SQL Server 2000 with JDBC driver. I am using Crystal Report 10 to design my Reports .
|
| any technology for ram-resident Virtual DBs in java? | 05 Apr 2005 13:42 GMT | 2 |
i would like to have primitives for a virtual database, which can be implemented, through APIs and drivers for a real DMBS, or for a virtual DB which is totally resident in RAM and built through java constructs. Some times ago i found something, i think from OXF, but i was not ...
|
| [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket. | 04 Apr 2005 17:09 GMT | 5 |
I'm using JBuilder X, writing a client application and connecting to database SQL Server 2000 with JDBC driver. i have windows xp pro service pack 2
|
| How to launch Cloudscape? | 04 Apr 2005 16:43 GMT | 1 |
I newly installed the database but found nowhere to start it, anyone helps?
|
| problem inserting CLOB into oracle via JDBC thin driver through websphere | 04 Apr 2005 16:34 GMT | 2 |
I'm looking for information regarding insertion of a CLOB into an Oracle 9.2.x server using JDBC thin client that gets it's connection via Websphere 5.1.1.x's datasource. I have attempted using CLOB.createTemporary(), but the connection
|
| Problems with the jdbc | 01 Apr 2005 22:01 GMT | 2 |
I have serious problems with the jdbc driver. I'm using ms sql server 2000 and j builder 9 personal edition. The error that java sends me is: java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
|
| UserTransaction doesn't commit/rollback (Jotm) | 01 Apr 2005 17:57 GMT | 3 |
I'm running tomcat 5.5 with SQL Server 2000. I'm working on adding transaction support through UserTransaction with JOTM. I installed JOTM, a Transcation Manager, but it doesn't seem to work. When I try to rollback an update, it still commits it.
|
| Blob update problem(mysql) | 01 Apr 2005 12:48 GMT | 2 |
I tried to update a blob field in mysql using mysql connector J 3.1.7, using the following code: File raf = new File("d:\\net.net"); FileInputStream fis = new FileInputStream(raf);
|
| CachedRowSet - another MS Access pain | 01 Apr 2005 07:24 GMT | 1 |
the following code throws not-implemented exception when connecting to MS access database (via JdbcOdbc bridging driver) try {
|