Subject Re: [IBO] Read-only problem
Author Helen Borrie
At 03:04 AM 21/03/2008, you wrote:
>I want to access a database that has been marked read-only (via gfix).
>When I click the 'Connect Database' button in the design editor, I get
>this error:
>
>ISC ERROR CODE:335544765
>
>ISC ERROR MESSAGE:
>attempted update on read-only database
>
>SQL ERROR CODE:-817
>
>SQL ERROR MESSAGE:
>The insert, update, delete, ddl or authorization statement cannot
> be executed because the transaction is inquiry only
>
>I'm using IBO 4.8.7 with Builder 2007.
>
>Any insight would be appreciated.

Read-only databases are intended for deployment, not development.

Does your application run on the RO database outside of the IDE?

Helen