On 21.07.2006 11:12 Volkan YAZICI wrote:
> As Tom mentioned, there's support for this feature in the protocol
> level, but I don't know any API supports this yet.
I think if you run a query like the suggested one (or SELECT ... WHERE
1=2) the JDBC API will provide the necessary information via
ResultSetMetaData
Thomas