MSDE and C#

G

Guest

hi there

I am developing a software that needs a database to be shared, I've heard
about MSDE, can someone tell me if

* There is a newer version than MSDE 2000?
* It's possible to use MSDE with C#.Net?
* I would like a tutorial or something about deploying MSDE with my
application.

I hope to have some feedback, and thanks in advance
 
N

Norman Yuan

"Diogo Alves - Software Developer"
hi there

I am developing a software that needs a database to be shared, I've heard
about MSDE, can someone tell me if

* There is a newer version than MSDE 2000?

SQL2005 Express beta (Free down load, for now), will be formally release
this November(still free then?)
* It's possible to use MSDE with C#.Net?
Yes.

* I would like a tutorial or something about deploying MSDE with my
application.

Almost all tutorials/examples on SQL Server apply to MSDE. MSDE is SQL
Server, except for lack of user-friendly management tool and some capacity
limitation. Search ketword "MSDE" on the web or MS Knowledge base. you'll be
overwhelmed.
 
C

Cor Ligthert [MVP]

Diogo,

There comes a new version of MSDE, SQL server Express.

Some people tell that it will be free. I am not so sure of it because for
all Express products is planed a price from about $50

Both are easy to use with C#

One of the important points will be that the newer version will be easier to
deploy, which tells for me something about MSDE. It is difficult to deploy
if the computer has (uses) no strong passwords, however all deployments help
in English I have seen on MSDN or in the help file expects that the computer
is used with a strong password. (The Dutch does not and I think that they
have a good reason for that).

If you have passed the point of the strong password it is very easy to
install, however there is no administrator tool with it, for that you have
to use Visual Studio or a third party tool which are easy to find on
Internet.

It is easy to build by yourself as well by the way using C#.

:)

I hope this helps,

Cor
 
G

Guest

Ok, the problem is that I have a software that has 2 ways of install, one is
server and another is client, so I want to know how to do a setup with
that....in order to instal the database without giving any troubles to the
final user.

About the SQL2005 Express, I want a free distributable database ;), so I
guess I will have to wait till then :D

Thanks a lot
 
E

Edwin E. Smith

Norman Yuan said:
"Diogo Alves - Software Developer"


SQL2005 Express beta (Free down load, for now), will be formally release
this November(still free then?)


Almost all tutorials/examples on SQL Server apply to MSDE. MSDE is SQL
Server, except for lack of user-friendly management tool and some capacity
limitation. Search ketword "MSDE" on the web or MS Knowledge base. you'll
be
overwhelmed.

The Enterprise Manager for SQL Server 2000 works fine with MSDE. I don't
know what the license says but I installed the Client tools from my SQL2K CD
without the SQL server so I could use Enterprise MGR with MSDE.

The Server Explorer in the VS IDE works very well also.

Edwin
 
N

Norman Yuan

I believe you are not allowed to use Enterprise Manager with MSDE, unless
you have lisenced SQL Server on the same computer (or LAN?).
 
G

Guest

ok, for what I read so far, it's free and it will always be, in the oficial
site, they say that it's free, having a EULA similar to the MSDE, and it
would not be fair if they are getting money from a limited database if we can
have mysql almost for free! and it is much better if we compare the
quality-price against the sql server

anyway...I just need to twest it and check for myself how to deploy....
thanks for everything´
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top