Click here to Skip to main content
15,925,369 members

Comments by praveenmachat (Top 9 by date)

praveenmachat 12-Jul-14 0:00am View    
Yes ,Thanks.
Can you please guide me for http://www.codeproject.com/Questions/795817/How-do-retrieve-data-table-from-stored-procedure
praveenmachat 11-Jul-14 14:27pm View    
For all this cases, if apostrophe is there in where condition.
I could not retrieve values properly.
kindly advise
praveenmachat 11-Jul-14 12:40pm View    
sorry,

my knowledge is limited ,

Can I have a sample code

or you mean to say use code like below

DataTable dt = new DataTable();

ADPTR = new SqlDataAdapter("exec procedureName", "connection string");

ADPTR.Fill(dt );


Thanks,
Praveen
praveenmachat 11-Jul-14 11:59am View    
Sorry,

it was before getting answer,
I though it will simplify my question.
now I am trying to delete this one

Thanks,
Praveen
praveenmachat 11-Jul-14 11:49am View    
Thank you very much....

Praveen