| Author |
Select Union + preparedStatement()
|
Isaias C. Barroso
Ranch Hand
Joined: Jan 22, 2002
Posts: 165
|
|
Hi all, I've a problem with preparedStatement() + Select Union when i utilize TYPE_SCROLL_INSENITIVE and TYPE_SCROLL_SENITIVE. If my PreparedStatement is pstmt = conn.prepareStatement(MyQueryWithUnion), its work, but if it is conn.prepareStatement(MyQueryWithUnion, ResultSet.TYPE_SCROLL_INSENITIVE, ResultSet.CONCUR_READ_ONLY) don't work. I'm utilizing jdbc dbc + MSACCESS Driver. Anybody have a solution? Thanks
|
Isaias
|
 |
 |
|
|
subject: Select Union + preparedStatement()
|
|
|