How does you call and execute a SP in .NET?
Answers were Sorted based on User's Feedback
Answer / anil sharma
command.commection =coonectionstring
command.commandType=commandType.storedProcedure
command.commandtext="sp_name"
command.executenonquery()
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / 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 |
is ADO.NET important to connect sql server? is any other way to connect sql server?
Can you please explain the difference between authentication and authorization?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
How do you define a read only property in a class module?
What is strong name in .net assembly?
Explain and brief about rapid application development tool?
What is the difference between import system.data.sqlclient and system.data.oledb?
difference between checkbox vs radiobutton??
Define manifest?
What is trace in vb.net?
What is private assembly?
I Am Developing A project where I can send Message from One Computer to Another Computer With The Help Of LAN.Already I Have developed..It is working Fine With The Details Of ..TO,FROM,REF No,DATE,BODY...Now I Want To Add Attachments part in the same projects...How Can I Send Attachment File & How To Send It..I Am Working in VB.Net 2005 With out Any database. Can Any One Help me ??How To Write Code??Plz Send me a copy to my Mail also...I Dont Need Any Software Available in The Internet...Plz refer me The Code in VB.Net maloy.adhikari@in.com
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)