How to access columns having same name in a datarow More options

V

vish

Hi all,

I know this might look strange at first look, but i am looping thru a
dataset created using two different tables
from database.These two tables have some fields with the same names.


Now i want to use those columns from datarow. How can i get exactly
the same column i want not the othere duplicate one residing in the
datarow?


If you understand it pls reply me.


Thanks in advance,
Vish
 
G

Guest

TableName.ColumnName?
Or when specify the query to fill up the dataset to specify aliases for the
columns?
 
R

RobinS

Several people have responded to this posting, and I posted a comprehensive
reply to this in microsoft.public.dotnet.languages.vb.

The OP has multi-posted it in multiple groups, but it has definitely been
answered.

Just FYI.
Robin S.
Ts'i mahnu uterna ot twan ot geifur hingts uto.
---------------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top