Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to check whether the databse connected is read only or readwrite. IS there any way to check this. thanks in advance.
You can execute a sql statement: select databasepropertyex('', 'Updateability'); return false means read-only