473,385 Members | 1,461 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

MSDE and C#

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
Aug 18 '05 #1
7 1557

"Diogo Alves - Software Developer"
<Di*************************@discussions.microsoft .com> wrote in message
news:E6**********************************@microsof t.com...
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.

I hope to have some feedback, and thanks in advance

Aug 18 '05 #2
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

Aug 18 '05 #3
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
"Norman Yuan" wrote:

"Diogo Alves - Software Developer"
<Di*************************@discussions.microsoft .com> wrote in message
news:E6**********************************@microsof t.com...
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.

I hope to have some feedback, and thanks in advance


Aug 18 '05 #4

"Norman Yuan" <No*****@NotReal.not> wrote in message
news:ec**************@TK2MSFTNGP14.phx.gbl...

"Diogo Alves - Software Developer"
<Di*************************@discussions.microsoft .com> wrote in message
news:E6**********************************@microsof t.com...
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.

I hope to have some feedback, and thanks in advance



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
Aug 18 '05 #5
I believe you are not allowed to use Enterprise Manager with MSDE, unless
you have lisenced SQL Server on the same computer (or LAN?).

"Edwin E. Smith" <ed***@freeholdconsulting.com> wrote in message
news:eP**************@TK2MSFTNGP14.phx.gbl...

"Norman Yuan" <No*****@NotReal.not> wrote in message
news:ec**************@TK2MSFTNGP14.phx.gbl...

"Diogo Alves - Software Developer"
<Di*************************@discussions.microsoft .com> wrote in message
news:E6**********************************@microsof t.com...
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.

I hope to have some feedback, and thanks in advance



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

Aug 18 '05 #6
I have SBS2003 which includes SQL2K. AFAIK I'm OK to use it.

"Norman Yuan" <No*****@NotReal.not> wrote in message
news:OK**************@tk2msftngp13.phx.gbl...
I believe you are not allowed to use Enterprise Manager with MSDE, unless
you have lisenced SQL Server on the same computer (or LAN?).

"Edwin E. Smith" <ed***@freeholdconsulting.com> wrote in message
news:eP**************@TK2MSFTNGP14.phx.gbl...

"Norman Yuan" <No*****@NotReal.not> wrote in message
news:ec**************@TK2MSFTNGP14.phx.gbl...
>
> "Diogo Alves - Software Developer"
> <Di*************************@discussions.microsoft .com> wrote in
> message
> news:E6**********************************@microsof t.com...
>> 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.
>
>>
>> I hope to have some feedback, and thanks in advance
>
>


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


Aug 18 '05 #7
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´
"Cor Ligthert [MVP]" wrote:
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

Aug 18 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: izzy | last post by:
I was wondering if any of you guys can kindly help me in finding all the different versions of MSDE 2000 that came out since it's first release. I expected to find something similar like Sun's...
5
by: Igor Solodovnikov | last post by:
Hi. I am trying to automatically backup transaction log when error 9002 happened. So i have created appropriate job and alert to catch this error. I have two instances of sql server under Windows...
10
by: noname | last post by:
MSDE 2000 Release A installed under windows 2000 pro will not communicate with SQL Server Manager nor MS Access on peer computer. Can someone help? Have set DISABLENETWORKPROTOCOLS=0 at install...
3
by: *no spam* | last post by:
I want to move my Access 2K database into MSDE. The Access Upsizing Wizard crashes (a known bug wi A2K), so I'm using the following suggested method: Access --> New --> Project (Existing...
5
by: Robin Tucker | last post by:
I'm looking for a simple way of telling (inside a stored procedure) if I'm currently using MSDE or a full SQL server. Ideally, there is some pre-defined environment variable that won't cause me...
2
by: Rosy Moss | last post by:
I am in the process of cleaning up a database that our company uses to track jobs, time and expense, and customer information. We are running Windows 2000 Server with approximately 20 terminals...
3
by: Paul Aspinall | last post by:
Hi I want to package my C# winforms app, to be deployed with MSDE, as easily as possible for the end user. I want to create an MSI or Installshield (prefer MSI), to setup my C# app, together...
4
by: Anthony P. Mancini | last post by:
Does anyone know how to make the MSDE do SQL authentication ? It appears to authenticate using Windows at all times. Thanks, Anthony
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.