Hallo Tim,
Tuesday, October 18, 2005, 2:18:56 PM, you wrote:
...
TB> No, it just means that no database-independant API has been defined
TB> so you'll need to use database-specific code.
>> > drivers. Knowing which driver you're using might help us...
>>
>> It is mysql and perhaps Oracle.
TB> Umm, now I come to look at it I see that mysql's "SET READ_ONLY=1"
TB> command only works at the global level ("SET GLOBAL READ_ONLY=1")
TB> and that's probably not what you want. I've no time to dig further.
TB> Anyone know how a connection can be set to read-only in MySQL and/or Oracle?
For Oracle:
set transaction read only;
cu
Wieland mailto:[EMAIL PROTECTED]