Subject | Re: getParameterMetaData |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-10-05T18:26:39Z |
> My implementation works, but I have a couple questions aboutAre there some other "logic" than described below? :)
> ResultSetMetaData (as it should have the simular logic, but it is
> different). I really cannot understand logic of this piece of code.
> 1. sqllen is documented to be max length of buffer in bytes,This is documented.
> but it actually returns physical database-side buffer size for
> column in its character set.
> 2. sqlsubtype is charset ID for CHAR/VARCHAR column.Is this documented somewhere? ;)
> But Jaybird code is obviously broken regarding this point as itIs it surprising? :))
> tries to use API as documented, not taking into account its real
> behavior,
> Roman, what do you think ?I think that your contributions are very appreciated! :)
Thanks!
Roman