Database ??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm thinking about buying Basic .NET Standard edition. Does it come
with some sort of database or do I need to purchase that separately

What do you recommend for just a small windows application

Thanks

Crai
(e-mail address removed)
 
It comes with MSDE, which is a scaled down version of SQL 2000, and
theres no administrative interface(Enterprise Manager).

The way around the lack of the Enterprise Manager though is to download
the trial version of SQL 2000 server from microsoft and install only the
client components.
 
* "=?Utf-8?B?UmVkQmVhbg==?= said:
I'm thinking about buying Basic .NET Standard edition. Does it come
with some sort of database or do I need to purchase that separately?

MSDE. Notice that you won't be able to access SQL Server through the
IDE's server explorer.
What do you recommend for just a small windows application.

VS.NET Professional ;-).
 
RedBean said:
I'm thinking about buying Basic .NET Standard edition. Does it come
with some sort of database or do I need to purchase that separately?

What do you recommend for just a small windows application.

Thanks,

Craig
(e-mail address removed)
Do a GOOGLE search for databases that support .NET languages. I believe
Firebird has one, SQLite has one and MySQL has one (though I don't think
that one is free).
 
Back
Top