TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Danish Habib
NA
694
243.3k
How to pass cascade parameters in sql
Jul 8 2015 6:37 AM
I have a table in which i have First table(recordid,insertionid,year,name)Values(1,21,2008,Danish)
Now I am binding these records to a gridview using store procedure , The issue is that I want to get the the value from another table where insertionid(as foriegn key) mean another table
secondtable(id,insertionid(f),Questionid) Now I want to get the QuestionId by passing the insertionid which i have in first table , and then pass this questionid as parameter and get the question text from another table Thirdtable(id,QuestionId,QuestionText) so cascaded nature of parameter how to get that using store procedure write full code any one can assist pls
Reply
Answers (
1
)
what is the use of @@,@,#.## key words in sql server?
change the datetime after one year without user interaction