Linking Databases to VB Applications
-
I am making an MCQ based quiz in VB 2008. I would like to have such an environment that picks up questions / answer options from a database (MS ACCESS) file and displays it to the user one after another. Say the quiz contains 20 questions. How can this be done?
-
I am making an MCQ based quiz in VB 2008. I would like to have such an environment that picks up questions / answer options from a database (MS ACCESS) file and displays it to the user one after another. Say the quiz contains 20 questions. How can this be done?
-
I am making an MCQ based quiz in VB 2008. I would like to have such an environment that picks up questions / answer options from a database (MS ACCESS) file and displays it to the user one after another. Say the quiz contains 20 questions. How can this be done?
Razanust wrote:
displays it to the user one after another
Normally MCQ based quiz are not in sequence they are Random.
Razanust wrote:
How can this be done?
at what stage are you. what is the difficulty / Problem you are having
SOFTDEV If you have knowledge, let others light their candles at it. [ Let's work to help developers, not make them feel stupid ]
-
Razanust wrote:
displays it to the user one after another
Normally MCQ based quiz are not in sequence they are Random.
Razanust wrote:
How can this be done?
at what stage are you. what is the difficulty / Problem you are having
SOFTDEV If you have knowledge, let others light their candles at it. [ Let's work to help developers, not make them feel stupid ]
I am a beginner to it. Well the problem i am facing is that i can't find a proper procedure of how to link the questions with the help of databases to the VB Form. That is if i want the label's text to be same as the variable say 'Question1' i would write text.label1= Question1 Now i want this thing to do with Access Database Files. Any reference Article or sample code would be quite helpful.
-
I am a beginner to it. Well the problem i am facing is that i can't find a proper procedure of how to link the questions with the help of databases to the VB Form. That is if i want the label's text to be same as the variable say 'Question1' i would write text.label1= Question1 Now i want this thing to do with Access Database Files. Any reference Article or sample code would be quite helpful.
-
I am making an MCQ based quiz in VB 2008. I would like to have such an environment that picks up questions / answer options from a database (MS ACCESS) file and displays it to the user one after another. Say the quiz contains 20 questions. How can this be done?
There are lots of good articles here on CodeProject. Maybe this[^] will interest you. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
-
I am making an MCQ based quiz in VB 2008. I would like to have such an environment that picks up questions / answer options from a database (MS ACCESS) file and displays it to the user one after another. Say the quiz contains 20 questions. How can this be done?
I suggest you also have a look here[^]. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
-
I suggest you also have a look here[^]. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
Thanks to all for your help. I found another good video at http://vimeo.com/8618838.