Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

ASP.NET Project

Options
  • 03-11-2005 6:42pm
    #1
    Registered Users Posts: 742 ✭✭✭


    hi im doing some flight information sms service program as my fourth year project, i am a terrible programmer so some guidance would be useful!

    which database software should i use, and which sms service provider

    and any advice on how to connect the whole lot up and stuff!

    cheers


Comments

  • Registered Users Posts: 1,421 ✭✭✭Merrion


    .Net has native providers for SQL Server and Oracle - for what I think you are using I'd say the MSDE (Micrsoft Desktop Engine) which is a free personal version of SQL Server 2000 is probably your best bet.


  • Registered Users Posts: 8,324 ✭✭✭chrislad


    I did an ASP.net project last year. I used a standard SQL server, and I used MS Access for setting up the database and editing it. It's fairly easy with ASP.net. You'll be copying and pasting the same line of code if you don't set up headers though.


Advertisement