Groups | Blog | Home
all groups > dotnet general > november 2004 >

dotnet general : msde2000


Dave
11/6/2004 9:46:45 PM
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?
where can i find msde2000 knowlage base?

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

Cor Ligthert
11/7/2004 10:37:27 AM
Dave,

[quoted text, click to view]

No ADONET is a part of dotNet (managed code)

[quoted text, click to view]

MSDE is a database not a file and therefore by instance not easy to replace
by a user, however this is only a simple aspect, it is as well much faster.
It has limits one of them 4Gb data.

[quoted text, click to view]

VisualStudioNet or the full version of SQLServer

[quoted text, click to view]

Nothing, however to use odbc is not clever with that, there is a special SQL
connection, which passes as well code that OleDb uses and therefore is
faster.

[quoted text, click to view]

On MSDN, however the documentation of MSDE is in my opinion really very poor
and not consistent. There is told that this will be better with the next
version SQL server Express.

[quoted text, click to view]
Visual Studio Net however absolute is not complete, by instance for deleting
a database are no tools and you should write that yourself, or get that
from internet or use the tools from SQL server for that.

I hope that this gives some idea's?

Cor

[quoted text, click to view]

AddThis Social Bookmark Button