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?
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
 
U¿ytkownik "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??
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?

MSDE is some limited version of SQL Server. Limited by number of paraller
queries, and free from administration tools (Enterprise Manager, Query
Analyser). Visual Studio give some tools but I recomended you to buy SQL
Server Developer edition that has all utils. Cost is quite low, for example:
http://www.amazon.com/exec/obidos/tg/detail/-/B000050AVL/104-2037553-4565544
Regarding your question about differences between msde and odbc - odbc is
only programistic interface to access to many databases, but msde is
powerfull database server.

Regards,
Grzegorz
 
Back
Top