HI,
I need some help in vb.net and if anyone can help please do it right here don't link me to another site as my connection is very very slow (8kbps)
In “Vb.Net 2005” I want to load data from 5 different tables to a table/datagridview in the form;
This is how the table is formed in the db (ORACLE):
Table1:
Unique ID
Data1
UID001
XYZ
UID002
ABC
Table2:
Unique ID(not unique)
Data2
UID001
FAT
UID002
RAT
Table3:
Unique ID(not unique)
Data3
UID001
9090
UID001
1010
UID002
2020
UID003
3030
UID004
1234
Now I want vb.net to display it as:
Unique ID
Data1
Data2
Data3(need to show only last entry for that ID)
UID001
XYZ
FAT
1010
UID002
ABC
RAT
1234
PLEASE REPLY,THX
I need some help in vb.net and if anyone can help please do it right here don't link me to another site as my connection is very very slow (8kbps)
In “Vb.Net 2005” I want to load data from 5 different tables to a table/datagridview in the form;
This is how the table is formed in the db (ORACLE):
Table1:
Unique ID
Data1
UID001
XYZ
UID002
ABC
Table2:
Unique ID(not unique)
Data2
UID001
FAT
UID002
RAT
Table3:
Unique ID(not unique)
Data3
UID001
9090
UID001
1010
UID002
2020
UID003
3030
UID004
1234
Now I want vb.net to display it as:
Unique ID
Data1
Data2
Data3(need to show only last entry for that ID)
UID001
XYZ
FAT
1010
UID002
ABC
RAT
1234
PLEASE REPLY,THX