Writing a Stored procedure to insert the values into a table
Answer / sunil pandey
create procedure pr_ad
as
begin
insert into table_nm values(cl_nm,......)
end
Is This Answer Correct ? | 1 Yes | 0 No |
Which server tag comes from server when we submit any data
Why SOAP is required?
Explain About GDI object ?
How does linq work?
can any one tel me hw to connect database connectivity of dot NET and back end as MS access?
What is the difference between web application and enterprise application?
How will you register com+ services?
Explain about Behavioral design pattern?
what will do to avoid prior case?
What is the difference between override and overload in a method?
Explain what is reflection in microsoft .net context?
Dot Net is Platform Independent or Platform Dependent..?