User Profile
Collapse
-
gangadharampidugu replied to Need help to import data from excel sheet to oracle database,front end is asp.netin OracleActually i will get the file from asp.net screen,so i cannot use command propt..so i cannot use LOADER can I?... -
gangadharampidugu started a topic Need help to import data from excel sheet to oracle database,front end is asp.netin OracleNeed help to import data from excel sheet to oracle database,front end is asp.net
Hi All,
I need help to import data from an excel sheet to database using .NET. Can anyone please help to do this.Can i read from an excel directly into DB or by using .NET how can i access the file?
Thanks in advance
Regards,
gangadharam -
Hi,
Try this one once
select col1,col2,col3 from t1 where col3 in (select max(col3) from t1 group by col2)
hope it may help u....Leave a comment:
-
Hi,
It will display the given number in expanded format like.......ONE MILLION TWO HUNDRED THIRTY-FOUR THOUSAND FIVE HUNDRED SIXTY-SEVEN....
regards,...Leave a comment:
-
Hi,
i hope it may work well and help u.
select u.username responsibility, b.username chairperson
from table1 u,table1 b,table2 a
where u.userid = a.responsibilit y
and b.userid = a.chairperson
regards,
gangadhar...Leave a comment:
No activity results to display
Show More
Leave a comment: