Hi Dave,
> Can I use ado .Net to write non manage application in vc++???
No.
> What is exactly msde and did it better then access??
MSDE is "SQL Server 2000" with some limitations like restriction to 2 GB
database-file.
> What are the best tools to use it?
ado.
> What is the different between msde and odbc?
MSDE is a database.
ODBC is a programming interface.
> where can i find msde2000 knowlage base?
What is "msde2000 knowlage base" !?
There is only the MS knowledgebase.
The easiest way to search is www.google.com
For the latest KB articles you can use http://www.kbfeed.net/
> 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??
VS.NET is a programming environment! It is not designed to manage
databases.
To administrat MSDE (or SQL-Server) should install the Enterprise-Manager
(which is available with a Client ACL of SQL-Server).
> is better to write not mange database c++ application in visual studio
> .net or vs-6?
You can write unmanaged apps in both ides. I would recommend VC2003 (if you
do not have VC6).

Signature
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Hi Dave,
> msde2000
By the way: It is very bad to do multiposts!
If you want to post to different newsgroups, please do a cross-post!!!

Signature
Greetings
Jochen
My blog about Win32 and .NET
http://blog.kalmbachnet.de/