<Environment Info>
Adpater pattern
LLBL Designer version 2.0.0.0
LLBLGen Pro .NET 2.0 ORM Support Classes 2.0.0.60904
.Net 2.0
VS.NET 2005
ODP.NET 10.2
</Environment Info>
I have to execute this simple set of commands immediately after opening the db connection. I am using Oracle 10gR2.
<Query>
alter session set NLS_COMP=ANSI;
alter session set NLS_SORT=BINARY_CI;
</Query>
What can be the best way, I mean which method on Adapter ? I tried looking into ExecuteActionQuery(),