In my code i have 3 tables,i have to insert 3 tables data
using single insert query so that i wrote transations in a
sp.but what my problem is,in those 3 tables i have to
include my empId from another table.when i'm passing values
im getting error at this EmpId.
how can i solve this error to execute insert query?
plesae tell me the solution...
Answer Posted / koundinya
before execute the sp you have to get the empID from other
table then you have to call the sp
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
How do u deploy ur project?
What is the difference between Hash table and Array list?
Which validator control you use if you need to make sure the values in two different controls matched?
Explain automatic memory management in .net.
What is the use of execute non query in asp.net?
Where would you use an ihttpmodule, and what are the limitations of any?
What are the different session state management options available in asp.net?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How do I know asp.net mvc version? : Asp.Net MVC
Explain http handlers? Where we can use the http handlers?
What is postback request?
Define reflection in .net?
Explain the asp.net session state modes.
Explain what are delegates?