Answer Posted / ponnuraj
Using command object we can execute a SP. Instead of sql
query we have to pass the SP Name.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the differnce between managed code and unmanaged code?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
Explain the advantage of option strict on?
Using VB, how can you change the Mouse Pointer?
Explain about Visual basic.NET culture?
Described strong typing and weak typing?
How to store decimal data in .net?
How to store images in sql server database through vb.net?
What is a static class?
Name some of the keywords used in vb.net?
Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate
What is the difference between readonly variable and constant variable?
What is sorting in vb?
What is an assembly and its use?
How many ways the function can return values?