in jdbc-odbc driver for msaccess, I can use "READONLY=0;EXCLUSIVE=0" to open a mdb in readonly mode, and others can open it at same time, is there any option in jdbc url for access-jdbc driver? or just use normal jdbc connectin/recordset property?
thanks
|
sorry, READONLY=1 in above post
|
>or just use normal jdbc connectin/recordset property?
Yeah.
|