Access -> Odbc Jdbc Bridge -> Sybase
Hi All,
I am connecting to an Access file with my java program program through
the jdbc odbc bridge. Now I do s = c.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE);
but it still tells me that resultset is type_Forward_only!!! why??????
Urgent help needed!! Thanks.
Sincerely,
Rob
|