[VB] How to choose a best Datasource for my VB Project

Discussion in 'Mixed Languages' started by divanoli, Apr 5, 2011.

  1. divanoli

    divanoli MDL Novice

    Nov 1, 2009
    3
    0
    0
    I'm planning to develop a College Attendance System project in VB .Net and I use Visual studio 2010.
    I'm confused that what type of data source to Use. The application is about to installed by an installer in the clients PC.
    Any suggestion?
     
  2. BobSheep

    BobSheep MDL Guru

    Apr 19, 2010
    2,329
    1,378
    90
    #2 BobSheep, Apr 5, 2011
    Last edited: Apr 5, 2011
    By data source do you mean Database server?
    If so then SQL 2008 Express is free and comes with Visual Studio 2010
     
  3. divanoli

    divanoli MDL Novice

    Nov 1, 2009
    3
    0
    0
    Yeah I know about that! but what i'm asking is "Which one is best" MS Access or SQL 2008 or my SQL

    Thanks for the Reply
     
  4. BobSheep

    BobSheep MDL Guru

    Apr 19, 2010
    2,329
    1,378
    90
    If you're going to use an MS product to access the data I'd use MS SQL 2008 Express. There will be less compatibility issues to deal with.