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
What is the significance of finalize method in .net?
What is a viewstate?
Which two new properties are added in asp.net 4.0 page class?
What are the events that happen when a client requests an asp.net page from iis server?
Is asp.net mvc front end or backend? : Asp.Net MVC
What is base class of button control in .net?
What is the difference between c# and .net?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is the difference between system.stringbuilder and system.string
How can you enable impersonation in the web.config file?
What is asp net_sessionid?
What is inheritance and an how it be used, example with an example?
What is tracing? Where is it used?
Distinguish between Server-side and Client-side code with its functionality?
What parameters can you pass in the url of the api? Can get and post use the same url?