Re: JDBC ResultSet exception

2004-04-29 Thread Josh Trutwin
On Thu, 29 Apr 2004 23:59:05 +0200 "Bjoern Wuest" <[EMAIL PROTECTED]> wrote: > Dear All > > > I work on a small application with database support. For development I use > the MySQL database which is just doing fine. During testing I experienced a, > in my opinion, strange bug. > > > I have the

JDBC ResultSet exception

2004-04-29 Thread Bjoern Wuest
Dear All I work on a small application with database support. For development I use the MySQL database which is just doing fine. During testing I experienced a, in my opinion, strange bug. I have the following source code: >> Connection conn = p_GetConnectionFromPool(); try {

Re: JDBC ResultSet

2001-08-24 Thread Maybin Muyeba
Hi, I am a relatively new user of mySQL. I have written a program that uses JDBC to access a mySQL database. I seem to find no other ResultSet metadata statements other than ResultSet.getMetadata().getColumnName(1), ResultSet.getString(1) etc and stuff. I can use ResultSet.getRow() though it

how to count rows in JDBC ResultSet ?

2001-01-19 Thread Dainius Ramanauskas
Hello, I want to know the number of rows in a JDBC-ResulSet just by calling a function like it's done in PHP with mysql_num_rows($result) There seems to be no such function in the ResultSet interface as defined in Java 2. cheers Oliver Doepner -