views:

90

answers:

0

I'm working in JDeveloper and I need to connect to Oracle Database using the ApplicationModule interface.

So I set up the connection, imported the table and created a view. Then I created a new ApplicationModuleImpl that connects to that view.

Now, how do I get to the data through the ApplicationModule object? I read the documentation but I can't seem to find a way to get to the data rows and columns in my view, and read the data.

Help? Thanks, Malki.