Accessing Multiple Oracle Tables with .net

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Sham

Accessing Multiple Oracle Tables with .net

Post by Sham » Thu 07 Jul 2005 13:25

I have to get data from multiple tables from an Oracle database. Usually for a single table i use something like Me.Tag.
But I want to use 2 different containers for the different tables.
Any idea how i do that?

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Fri 08 Jul 2005 12:03

You must write SQL statement that returns two cursors though parameters as described in
Post subject: Help on Cursors not specific enough and fetch them to one DataTable

Post Reply