Subject Re: JDBC conformance
Author rrokytskyy
> Just an idea, I'd like to hear opinions about it. I think the
> biggest issue with JDBC2 conformance is updatable result sets. I
> don't know too much about this part of the IB API, but the MySQL
> driver solves this by dynamically generated simple SQL queries. Is
> there any reason why it would not fit in the current implementation?

might be a solution, not very fast, but a solution. but there is more
elegant solution, IB API supports updatable result sets.
unfortunatelly we have no wire protocol implementation for that
calls. Somebody needs to dig C code of database server. :(

Best regards,
Roman