September 2, 200322 yr Newbies Hi I am having problems using Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE); with the FileMakerPro JDBC driver on a Mac (OS X). I don't know if the FileMaker driver(fmpjdbc12.jar) supports these fields?? If not, does anyone know of any third party jdbc drivers for FileMaker Pro and Mac (OS X). Thanks so much!
September 2, 200322 yr Filemaker doesn't support scrolling, so any java driver can use it. The only things you can do is to dump your result set into a vector
Create an account or sign in to comment