deploy an C#+SQL2000 application

J

John

Hi All,

If I want to deploy an C#+SQL2000 application to client site, does the
client computer
need to have SQL2000 server at all ? or the relevant database and tables
will be collected
during the process of creating an installer ?

Thanks
John
 
C

Cowboy \(Gregory A. Beamer\)

It will either have to have SQL Server (or SQLServer Personal, formerly MSDE
(which is deployable under an MSDN license (perhaps even a VS.NET license)).
You can set up SQL Server (Personal most likely?) with a custom installer
and even install the database at this time.

if the client does not need the database, you can set it up to contact SQL
Server via the network, or even through a web service, for its data.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge

****************************************************************************
****
Think Outside the Box!
****************************************************************************
****
 

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