Re[2]: Set connection to read only and back to writable?
- From: wieland@xxxxxxxxxxxxxxx (Wieland Pusch)
- Date: Tue, 18 Oct 2005 16:59:12 +0200
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:wieland@xxxxxxxxxxxxxxx
.
- References:
- Set connection to read only and back to writable?
- From: Gert
- Re: Set connection to read only and back to writable?
- From: Tim Bunce
- Re: Set connection to read only and back to writable?
- From: Gert
- Re: Set connection to read only and back to writable?
- From: Tim Bunce
- Set connection to read only and back to writable?
- Prev by Date: Re: Set connection to read only and back to writable?
- Next by Date: RE: Oracle/DBI
- Previous by thread: Re: Set connection to read only and back to writable?
- Next by thread: Compilation error on Perl 5.8.0
- Index(es):
Relevant Pages
|