Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Rajan Mishra
668
3.3k
37.7k
Database Dynamic Parameters
Sep 25 2018 2:09 AM
Hi,
I was wondering if we can pass only one parameter which can held any kind of parameter in databasse in xml form and there we extract and use as per requirement.
Thus we may have only one parameter as per procedure which can have any parameter in any quantity.
such as:
create proc sp1 @xml text
begin
Declare params int;
set params=ExtractValue('root',@xml);
.......
End
My question is this process is ok or have any major flaws?
Reply
Answers (
1
)
how to design attractive website in MVC
How to clone number of select in a div using jquery