Newbie question, re asp.net

  • Thread starter Thread starter Ian
  • Start date Start date
I

Ian

I have just been on an 5 day ASP.NET course and have got home and
loaded .NET onto my PC.
I want to do some data handling stuff, but I don't have Microsoft SQL.
I thought that .NET installed the northwind database and a cut down SQL
database.
What can I do to start messing without having to buy a full copy of SQL
server?
Thanks
Ian
 
..NET does not come with sql server. Completely separate products.

You can download MSDE, which is free, and is the same engine as sql server.

You can also use Access as a quick and easy database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top