msde2000

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

msde2000

Hi,
Can I use ado .Net to write non manage application in vc++???
What is exactly msde and did it better then access??
What are the best tools to use it?
What is the different between msde and odbc?

How can I use vs.Net to manipulate msde-2000 data base like building table
and see the data base did vs.Net have good tools to work with msde and were
can I learn about them??

is better to write not mange database c++ application in visual studio .net
or vs-6?
thanks
 
See below for some answers:

Dave said:
msde2000

Hi,
Can I use ado .Net to write non manage application in vc++???
What is exactly msde and did it better then access??
MSDE is the desktop version of SQL Server 2000. Better than Access? Depends
on what you want to do.
What are the best tools to use it?
Management tools or application development tools?
MSDE does not come with GUI management tools. Installed, MSDE shows up in
Server Explorer as an instance of SQL Server. I'd say Visual Studio .NET is
a great development tool for SQL Server/MSDE.
What is the different between msde and odbc?
MSDE is a DBMS, ODBC is a connection/communication technology (Open Database
Connectivity). You can find ODBC drivers for almost any relational database
How can I use vs.Net to manipulate msde-2000 data base like building table
and see the data base did vs.Net have good tools to work with msde and were
can I learn about them??
The help? First, check out Server Explorer
 
Back
Top