| Thread | Last Post | Replies |
|
| MS SQLServer hangs on single threaded application with isolation level serializable | 19 Nov 2003 17:11 GMT | 4 |
Experts out there, I need your help! When setting high isolation levels in a single threaded application MS SQLServer deterministicly blocks when accessing certain tables. This might be a stupid question, but are those DB locks reentrant, i.e.
|
| retrieve an output param defined in a stored procedure from java code | 19 Nov 2003 17:10 GMT | 1 |
I've made a java application and i use a CallableStatement to call a stored procedure. I use the method getString() of this class to retrieve the value of the definded output param but it retuns "" (no value). The code of the stored procedure is
|
| Querying the database | 18 Nov 2003 23:46 GMT | 2 |
I have a calendar application( like Microsoft Outlook) writtn in Java.Whenever an event is created, we can set SMS/EMAIL notification. Hence when an event is created, I am storing that event info and notification time into a database.Now the notification can be ranging from 5 ...
|
| Hibernate vs. JDO? Any pointers to a comparison? | 18 Nov 2003 20:21 GMT | 2 |
in another thread and another group I was short of being flamed for just mentioning JDO as a follow up standard for ODMG. Arguments were more or less " JDO is crap, ODMG is crap" COLON I then asked what was wrong with JDO and the answer was more or
|
| Eclipse & Microsoft SQL Server: Stupid question | 18 Nov 2003 01:23 GMT | 8 |
I cannot get a Microsoft SQL Server connection to work w. Eclipse. Given, that I'm missing something stupid, but what is it? The following is from a scrapbook page in Eclipse: Connection cannot be resolved or is not a type
|
| Data loss in getString() from ResultSet - Japanese double byte characters | 17 Nov 2003 02:53 GMT | 3 |
We are using Oracle JDBC driver 9.2.0.1. One of the columns is defined as CHAR[60] and it contains Japanese double byte character data. When, I use
|
| Regarding polling database | 15 Nov 2003 01:40 GMT | 3 |
I have an application used for creating "training events" and now I am making a modification to the application to set reminders.Since there willl be thousands of events, I am string these in database along with reminder time. For example one user may want to get a reminder before ...
|
| Opening hsqldb db files in 1.7.2. from jar file | 14 Nov 2003 21:11 GMT | 1 |
From the hsqldb 1.7.2 readme.txt file: FILES IN JAR This option allows database files to be distributed in the application jar. We have changed the original contribution so
|
| JDBC-ODBC - Error, Security Violation, attempt to use Restricted | 13 Nov 2003 23:11 GMT | 1 |
I just upgraded to Tomcat 4.1.29 and I am receiving the following error when I connect via ODBC to an oracle database: java.lang.ClassNotFoundException: Security Violation, attempt to use Restricted Class: sun.jdbc.odbc.JdbcOdbcDriver
|
| Jdbc connect to plain text | 13 Nov 2003 18:23 GMT | 1 |
I've read on Sun's java site that with JDBC 3.0 is actually possible to use plain text file (such as CSV) as table and make my queries on that. "JDBC technology is an API that lets you access virtually any tabular
|
| JDBC Driver for FileMaker | 13 Nov 2003 13:23 GMT | 2 |
Has anyone ever tried to connect to a Filemaker database? The vendors site announce a JDBC driver, but up to now I was neither able to find nor to download this secret peace of software! Even sun's site doesn't list a JDBC driver for Filemaker. So I wonder if such a driver exists ...
|
| [JSP] Connecting to a MySQL database | 12 Nov 2003 07:20 GMT | 4 |
I'm unable to connect to my db. When I use NetBeans to connect to the database all works. But I don't know how to do a connection in Java [JSP]... Can somebody told me how, in details?
|
| Small Footprint Database | 12 Nov 2003 06:41 GMT | 2 |
I am looking for a very small footprint database that is supported by a JDBC driver and runs under Linux. It is not required to do anything fancy, just store and retrieve data. Does any one have any sugestions. Regards,
|
| JdbcDomino on Linux | 11 Nov 2003 02:39 GMT | 1 |
Is it possible to deploy a webapp accessing a Domino server on a Linux box? In fact I would like to have my tomcat running on a linux box while my domino server is still on a windows server.
|
| Java and JSP to MySQL database | 08 Nov 2003 17:46 GMT | 1 |
I am planning to build my web application with the following architecture: Redhat Linux 9.0 platform Apache Tomcat Web Server
|