Hello
You can start with MSDE (Miscrosoft Desktop Engine) which is a free version
of SQL server 2000, with lower performance and reduced features. But it is
good for development and testing purposes.
Read about it and download it here
http://www.microsoft.com/sql/msde/default.asp
Best regards,
Sherif
"lewi" <> wrote in message
news:...
> I am just starting to use ASP.NET(C#) with VS.NET 2002 Pro on Win2000
Server
> and spend only little time with MySQL while working with PHP. Now I am
only
> using all this for developement/learning and only on the localhost. I
would
> use SQL 2000 server if I have it but don't have the money to get it but I
> don't want to wait with porting the PHP script so what can I use with
> ASP.NET to access a DB so I can build round then replace this with SQL
> 2000(or higher) Server later...
>
> Like is there a way to access an MS Access 2000 DB which I have but not
> install yet using ODBC or some other DB connection. Can I access this DB
> with an SQL interface so command aren't needed to be changed in my ASP.NET
> page with adding SQL 2000 Server later...
>
> Any help...
>
>