Subject | Re: [Firebird-Java] This code worked in 1.5.5... but it doesn't in 2.0.1 |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-03-31T13:05:59Z |
> and into PreencheComboBoxCodDesc method, I have this code:Change it to
> ResultSet rs = stmt.getResultSet();
ResultSet rs =
((org.firebirdsql.jdbc.FirebirdStatement)stmt).getCurrentResultSet();
Roman