| Thread | Last Post | Replies |
|
| SelectMethod=cursor and SelectMethod=direct | 30 Mar 2005 18:13 GMT | 1 |
A query is taking more than 2 minutes to fetch 51 rows using SelectMethod=cursor, when I change that to SelectMethod=direct I get the results split seccond. So in the system only the SelectMethod has been changed nothing else.
|
| Newbie: Data Objects and Associated DAOs | 30 Mar 2005 17:53 GMT | 2 |
I'm a relative newbie at this, but I'm looking for an easier way. I'm using the 1.4.2 SDK (can't upgrade to 1.5). When I create an object, I always create the object and an associated DAO to go with it. Here's a quick example:
|
| execute Oracle procedure with plain statement? Possible? | 29 Mar 2005 19:04 GMT | 1 |
PreparedStatements are the correct means for executing a stored procedure, but in my current case I am limited to a plain Statement object. Is there a SQL string that would allow a plain statement to execute a simple non-parameterized procedure? Eg:
|
| Exception : ResultSet is from UPDATE. No Data | 29 Mar 2005 10:55 GMT | 2 |
Database product version=3.23.41 Database driver name=MySQL-AB JDBC Driver Database driver version=3.0.8-stable ( $Date: 2003/05/19 00:57:19 $, $Revision: 1.27.2.18 $ )
|
| Eclipse vs. JBuilder, evaluation | 29 Mar 2005 00:49 GMT | 6 |
I need advice on choice of tools for my project. What I'm considering are JBuilder and Eclipse. The project is Uni assignment for DB class, carried out by team of 6 people, with me being toolsmith. So here I am, trying to decide.
|
| MS Access setup with javax.sql and DataSource objects | 26 Mar 2005 10:26 GMT | 3 |
I want to access/connect to MS Access database NOT via DriverManager (the old way) but with using DataSource objects which I understand needs system setup with JNDI... what (if possible) does on need to do to setup for MS Access database
|
| table size in postgres and mysql | 26 Mar 2005 06:44 GMT | 2 |
Hello, can some one give me the size limite of a table in Postgres and MysqL ? thanks !
|
| Using Oracle with Tomcat | 25 Mar 2005 20:05 GMT | 2 |
I am using Tomcat 5.5.7 and Oracle 8.1.6 on my computer (localhost). I am trying to connect to Oracle using JNDI follow the Tomcat Documentation. I use this to make a connection Context initContext = new InitialContext();
|
| Oracle JDBC Issues | 24 Mar 2005 16:02 GMT | 2 |
I'm having a couple of issues with using Oracle and JDBC. Environment: Windows XP Pro j2sdk1.4.2_07
|
| Binding to JNDI datasource - please help | 23 Mar 2005 23:50 GMT | 1 |
Hi all, I'm relatively new to JNDI concepts and need some help. I am writing a web app that accepts a variable specifying a jndi pooled connection datasource as a url variable. This is a requirement and cannot be changed. For example index.jsp?db=java:defaultdb
|
| Open-source tool which generates Java Value objects ? | 23 Mar 2005 20:24 GMT | 5 |
I am looking for a (open-source) tool, which can generate Java Value Object against database table structure. Thanks in advance,...
|
| Detecting a broken connection | 23 Mar 2005 02:47 GMT | 3 |
I'm looking for a way to decide, from getting an SQLException, that the database has been shutdown or is not otherwise reachable. For any given database this could of probably be deducted from the exception text (e.g. Microsoft SQlServer
|
| Hypersonic SQL and foreign keys | 22 Mar 2005 20:37 GMT | 10 |
Hello, I've heard that Hypersonic SQL doesn't support foreign keys? This is a bit confusing. I'm pretty much an SQL newbie and am having a bit of a problem, though I suspect it's more to do with my rubbish SQL than hypersonic.
|
| Automating testing of database queries? | 22 Mar 2005 20:20 GMT | 1 |
I haven't been involved in testing of database queries in quite some time and I feel sure there have been many developments and improvements in the intervening years. Can anyone tell me what today's "preferred" tools are for database testing?
|
| how to make 'rolling tables' | 22 Mar 2005 11:13 GMT | 3 |
We are trying to insert to a db, until it gets fairly full, in which case it gets purges of a portion of the oldest data so that we can go on inserting more. It is basically a rolling log, limited by size (could not be by row count, since the row sizes are varying).
|