I posted this question before but got no good answer. (There may be none) Does anyone know if there is a driver that allows to create SCROLLABLE AND UPDATABLE recordsets in Sybase. Thanks.
karl koch
Ranch Hand
Joined: May 25, 2001
Posts: 388
posted
0
hi, check javasofts jdbc page. there is list with drivers and what jdbc version they support. scrollable and updateable resultset is jdbc 2.x. karl