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 |
Is do-it (chennai) a good institute to learn dot-net???? are the trainers well experienced??
What is the base class of Button control in .NET?
Which Namespace is used to to achieve MultiThreading in .NET?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
What does jit compilation do in .net?
What is the best way to crack the certification?
What is an anonymous method?
Tell me what is serialization?
Can I write my own .net host?
When developing a Windows service for .NET, which namespace do you typically look in for required classes?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?