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
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 {
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
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
-