Click here to Skip to main content
15,885,216 members

Comments by Aakash Sharma (Top 13 by date)

Aakash Sharma 12-Mar-15 2:49am View    
I am creating a RESTFULL service. Client will upload records (millions of rows) consuming this service. I am trying to create a function that will consume xml that client will send in a stream.
Aakash Sharma 30-Aug-14 8:22am View    
Actually the Locked column here is the status of the application under the proposal not the status of the proposal.I m sorry that i was not clear the first time.
Aakash Sharma 30-Aug-14 8:15am View    
Status column is of little importance here. Proposal is pending if even 1 entry in the lock column again that proposal no in any tuple is null. Here locked column is the status of application not the proposal itself.
Aakash Sharma 3-Sep-12 4:52am View    
sir i went through the link you provided but again will it not insert the same value into Primary and secondary table i.e for each primary entry there will be only one secondary entry. i what i need to do is for each primary entry enter varibale not of rows in secondary table.
Aakash Sharma 3-Sep-12 4:47am View    
Sir the link you provided was of help but it again tell only about how to save single row into two tables. I am still stuck at saving multiple rows in the second table. i will make a stored procedure to enter data in both the tables but inside the for each loop it will be called many time and data in primary table will be entred for each vlaue in secondary table.. :'(