Random selection of records in access 2007 through c#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sentimental37
    New Member
    • May 2010
    • 23

    Random selection of records in access 2007 through c#

    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
Working...