Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to display a recordset in VB.Net using ODP.Net

438494Sep 2 2005 — edited Sep 15 2005
I have an Oracle table like this: select * from table_a;

id fname lname
-- ----- -----
1 SAM SMITH
2 HELLO WORLD
3 BOB JONES

I want to get the whole table into VB in an array. Then I want to display the following in the MessageBox:

second row, second column - "HELLO"
second row, third columns - "WORLD"

Could someone supply VB code to make that happen? Thanks. - Jack
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 13 2005
Added on Sep 2 2005
5 comments
2,164 views