Subject | Re: [firebird-support] How can you change the transaction level to READ_ONLY in SQL |
---|---|
Author | Milan Babuskov |
Post date | 2011-10-31T14:29:45Z |
dsaunders1971 wrote:
For example, in PHP it would be a parameter in ibase_prepare() function,
and in C++ using IBPP library, it would be a parameter in
TransactionFactory constructor.
What programming language / data access layer are you using?
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> I have tried this sort of syntax but just get a dynamic sql errorAFAIK, this is not available in DSQL.
>
> SET TRANSACTION READ ONLY;
> select * from "Booking"
> What's the full and proper format for this?It depends on the library you use to access Firebird?
For example, in PHP it would be a parameter in ibase_prepare() function,
and in C++ using IBPP library, it would be a parameter in
TransactionFactory constructor.
What programming language / data access layer are you using?
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================