Subject | Re: empty result set |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-12-03T07:21:47Z |
> using the following code example, the metadata from the result setIs student table filled with data? Metadata for result set describe
> contain data but the resultset contain 0 rows. what am i doing
> wrong?
columns returned from the server. So, situation when metadata returns
something, but ResultSet.next() returns false is legal.
Roman