| Thread | Last Post | Replies |
|
| Dates in a sql Statement | 16 Sep 2003 11:59 GMT | 8 |
I have the following sql statement: SELECT code,fname,lname FROM employee WHERE datestarted = '02/12/2001' This works fine when executed through dbaccess, but when I use JDBC to get a ResultSet nothing is returned.
|
| how to read data dctionnary using Java | 15 Sep 2003 12:50 GMT | 1 |
how to read all tables name and thier constraints in relational scheam in oracle using Java,because I would like to convert the schema into Object oriented scheam thanks.
|
| MSAccess | 15 Sep 2003 12:44 GMT | 4 |
As part of a uni project I have to allow users to nominate a file to create an MSAccess database. I have to then archive records held in an oracle database into the newly created file. I am using jsp, beans and tomcat in my application. From what I have read on the web you need ...
|
| database connection in eclipse plugin with OJB? | 15 Sep 2003 00:13 GMT | 2 |
I want to use ojb(http://db.apache.org/ojb) to access the database in my eclipse plug-in, any one has the same experience? My problem is that, the plugin class loader seems can not find the
|
| Problem in Resultset | 14 Sep 2003 18:15 GMT | 3 |
We are facing a java issue. We are looping thru a resultset which has about 40 K records. The process terminates abnormally after about 20-25K record( It differs across runs). The Query has 400 columns. We have recently modified the Query,earlier it
|
| Common problem... How do you deal with it? | 14 Sep 2003 08:20 GMT | 2 |
Assume you have a page with the following drop down select lists List_Of_States (Contains 50 States) List_Of_Counties (Contains a list of counties in the selected state) List_Of_Cities (Contains a list of cities/towns in the selected
|
| oracle jdbc connections cycling | 12 Sep 2003 22:49 GMT | 1 |
We are having problems with a propritary application server (Epicentric foundation server, which is now owned by vignette) connecting to an oracle 8.1.6 database. The problem we are seeing is connections in the connection pool are being cycled through very
|
| tomcat / JNDI /conncection pool / mysql | 12 Sep 2003 18:49 GMT | 3 |
i'm trying to realize a conncetion pool in Tomcat, using the jdbc driver of MySQL. i'm desperate, i used the information found in the tomcat documetation, but it doesn't function.
|
| Display a PreparedStatement content | 12 Sep 2003 16:53 GMT | 10 |
I am using JDBC driver I would like to know if there is a way to display the SQL query associated with a PreparedStatement.
|
| Learning Java web apps connected to MySQL? | 12 Sep 2003 11:05 GMT | 1 |
I am an experienced programmer looking to learn Java. I am currently program in C/C++, Pascal (Delphi), Perl, PHP and JavaScript (some small web page scripts). Most of my applications connect to MySQL or Postgres databases.
|
| Newbie: Sizing help | 12 Sep 2003 10:51 GMT | 1 |
A bit of a naive question, I'm working with some folks who have written a web data entry system for my company; they suggest I deploy it websphere on AIX as it uses JDBC to DB2. We expect no more than 1,000 transactions per hour. They are reluctant to advise us what size machine to ...
|
| JDO, cost of creating Query | 11 Sep 2003 00:23 GMT | 2 |
I'm using JDO for a short while and have a lot of methods that perform a jdo query. I wonder how inefficient it is to recreate a query object each time a method is run:
|
| Saving an Image object in JDBC | 10 Sep 2003 12:48 GMT | 8 |
Does anyone have any clue how to save and retrieve an Image object under JDBC ? //Ike
|
| How to get the return value by a Sybase stored procedure | 09 Sep 2003 21:38 GMT | 1 |
Suppose I have the following dummy stored procedure on Sybase or MS SQL Server: create procedure foo as
|
| DB2 & Java Frustration -HELP! | 09 Sep 2003 17:13 GMT | 2 |
I have cross posted this as it is a frustration we are having with the use of DB2 in Java applications. We have had DB2 installed now for a few months and we have been trying to develop stored procedures etc.
|