Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Databases / September 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to count rows using metadata features of JDBC29 Sep 2005 15:24 GMT3
I am relatively new to Java/JDBC programming.
I know that you can count columns in a resultset row using the
getColumnsCount() method. However, given a resultset, is there one
simple method that can be called to count the number of rows in the
Connection Pool Semantics29 Sep 2005 15:20 GMT2
Should connection pools release all resources associated with a
Connection when a user calls Connection.close()?
Connection.close() just returns the Connection back to the pool.  The
pool that I'm using C3P0 doesn't seem to close any Statement,
setting lock table on mysql via java mysql-connector-java-3.1.7-bin.jar28 Sep 2005 19:47 GMT1
I'm using MySQL database with Java and the connector (in subject line).
I have read and searched the group prior to posting, and find no clear
answer.
I would like to lock my table for writing, so would it be like this?
JDBC vs Hibernate28 Sep 2005 06:35 GMT7
I am developing an application where i need to write XML data in database
tables.
Is there any way in Hibernate so that i don't need to create DAO objects in
by code, i.e. it automatically create DAO's from XML and update in database.
getConnection to MS ACCESS problem28 Sep 2005 00:25 GMT6
getConnection problem.
I run this on windows XP. I have MS ACCESS
database working well.
The problem is with trying to connect to the database (?).
sql trouble28 Sep 2005 00:06 GMT3
Hi all....
I have this situation where i need to move data in an MS ACCESS
database from one table to the other using an sql script, and i am
having trouble dong that.
Migrating cloudscape 3.6 to oracle.27 Sep 2005 16:30 GMT2
Presently i am working with Cloudscape 3.6 database, i want to migrate
to oracle 9i,please guide me so as that i can migrate to oracle.
Thanks & regards
Kiran.
creating mysql schema in java code27 Sep 2005 16:24 GMT2
We have developed an application in java running on jboss that uses
mysql as the database with hibernate persistence. Hibernate
automatically creates all the associated mysql tables, but at present
we have to create a schema manually using mysql's admin GUI on a new
finding CHECK constraint with DatabaseMetaData26 Sep 2005 21:23 GMT1
How to find with DatabaseMetaData the check constraints on a table ?
ALTER TABLE T_DISTAN ADD CONSTRAINT CHECK_DISTAN_PDL1_PDL2
CHECK (NO_PDL1 != NO_PDL2);
I can find FOREIGN KEY, UNIQUE AND PRIMARY KEY
Return 2 values (string, number) multiple rows, from java stored function26 Sep 2005 20:56 GMT1
I would like to return 2 values (String, number prefered but String,
String will work) from a java stored function.
I was able to successfully return a varray of varchar2 values but I was
wondering if it is possible to return 2 values by using a varray?
Which JDO implementation?25 Sep 2005 23:44 GMT4
I'm currently in the throes of replacing my in-house persistence layer with
JDO2, and I was wondering whether anyone out there can recommend a specific
open source JDO implementation.
I've been testing with one such implementation for the past couple of weeks,
Robust way of storing JDK 5.0 enum values into database25 Sep 2005 21:37 GMT1
Basically issue is simple: How to store enum values into database. Sounds
simple, but when going after robust solution, then problems start to
appear.
Some approaches,
storing PublicKey in MS Access25 Sep 2005 15:06 GMT5
Hi!  I'm using MS Access for a database to store a public key.
My java application should store the bytes in the database and then
load the bytes later in the application where the bytes are converted
back to the public key.
Embedded database for mobile devices21 Sep 2005 13:44 GMT1
Is there any opensource database for small devices (mobiles, PDASs)
similar to e.g. PointBase Micro
(http://www.pointbase.com/products/micro.aspx) around?
The only one I came accross is HSQLDB (http://hsqldb.org/).
[newbie] local connection failure18 Sep 2005 17:19 GMT2
I've a newbie-question I'd like to ask...
I've searched the archive with no luck...
I can't establish a connection within my local machine.
I'm doing the following:
Pages: 1 2 August, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.