Hello everybody,
I am developing a c# application in which i am using access2007 database. I want to select random records from the database through an access query in c#.but i am not able to do so.the format of my database is as:-
tblQuestions-QuestionNo.Ques tion,Ans1,Ans2, Ans3,CorrectAns wer
now i want to select random questionNo. and related fields and display them on my form.how to do this.plzzzzzz
thanks
I am developing a c# application in which i am using access2007 database. I want to select random records from the database through an access query in c#.but i am not able to do so.the format of my database is as:-
tblQuestions-QuestionNo.Ques tion,Ans1,Ans2, Ans3,CorrectAns wer
now i want to select random questionNo. and related fields and display them on my form.how to do this.plzzzzzz
thanks
Comment