We have an application that accesses data from a SQL Server (2000) database. The app is written in C# and uses SQL connections, SQL data adapters, etc. At this time, the app uses approximately 50-60 SQL adapters.
We would like to place a demo version of the program on a CD that could be installed on a PC that does NOT have SQL Server installed and does not have access to a SQL Server installation, and without having to completely recode all data access in the appl
ication.
Looking for any and all suggestions on how to accomplish this?
MSDE is the way to go but i need instalation.
Bojidar Alexandrov
|||You can distribute MSDE with the application which should be enough for a demo.
Do a search - there are plenty of articles about distributing it.
You can install msde, create and populate a database with the installation.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment