02-19-2009, 6:38 AM
|
Flywheel
Joined on 02-19-2009
Posts 4
|
Re: Change DB Scheme at Runtime
|
 
 
|
|
|
Hi David,
For my Oracle DB i have a different User with limited rights, so i have to
supply a qualifier (Scheme) with the tablename or to access the same table
in another scheme.
i.e.
select * from test.table1
and
select * from prod.table1
If i generate the code with AutoCode, i have to give a scheme i.e. test
this works fine as long as my DB scheme is test
Where do i have to change the scheme name at runtime which is given via a config file
to access prod.table1
thank you
regards
|
|
|
|
|
Report
|
|
|
|