On Apr 4, 2005 11:39 AM, George Baklarz <[EMAIL PROTECTED]> wrote:
> Thanks for the info. I also noticed a few other pieces of information
> missing in the ResultSetMetaData interface. getCatalogName() and
> getSchemaName() always return blank even if I explicitly set the schema.
> And I also noticed (as the thread pointed out) that some of the lengths
> appear odd. The binary column (CHAR FOR BIT DATA) always show a display
> width of 2 x column width. I guess they must be thinking that you would
> display these bytes in an XX format.
> 
> Thanks.
> 
> George

Hi George,

I have sent a patch today to fix the ResultSetMetaData.getSchemaName()
so that it does not always return null. This function needed to be
fixed for updatable resultset functionality to work correctly in
Network Server mode.

Mamta

Reply via email to