Click here to Skip to main content
16,017,611 members

Comments by harishgajawada (Top 6 by date)

harishgajawada 4-Sep-17 7:47am View    
please let us know how you solved the problem
harishgajawada 24-Mar-14 5:55am View    
Hi, how do i call this function initializeRequest(sender, eventArgs)? is it onclientclick?
please advice.
harishgajawada 4-Mar-14 13:51pm View    
its ajax control i'm using to show popup window.

harishgajawada 14-Feb-14 13:12pm View    
Hi Maciej Los,

I'm Using blelow as sql command and i'm getting ora-00907: missing right parenthesis.
i searched online and found that it is related to some missing "'" etc. i looked at the query and its is correctly formattted. can you please advice what i'm missing in below. i'm using "OleDb" to connect to oracle and fill the datatable.


SELECT CONCAT ( AL1.B_CD, AL1.A_CD ) as ac AL1.NA_LINE_TXT FROM table1.na AL1 right join ( select * from openrowset('Provider=Microsoft.ACE.OLEDB.12.0';Data Source='C:\Harish\New Microsoft Office Excel Worksheet.xlsx';Extended Properties="Excel 12.0;HDR=Yes;IMEX=2",[Sheet1$])) as b on ac=b.ac
harishgajawada 23-Jan-14 11:21am View    
Maciej Los,

Please help me on below.

if i fill data table with excel data ,then can i pass datatable values in sql query like (select * from database.table where account in(select * from datatable))?

plesae advise.