Hi,
I need to populate a dataset with number of tables for Oracle 10g
database.
There I need to use a data adapter and need to pass a sqlString with
multiple table select statements at once.
(eg: sqlString = "select * from table1 ; select * from table2 ; select
* from table3" ;)
this sqlString is working fine with SQL Server 2000 and DB2 data
bases. but unfortunately not with Oracle database.
Can you please let me know a way to overcome this issue?
Rgds,
Lasa