possible way to attach database to exe
Posted
by ali
on Stack Overflow
See other posts from Stack Overflow
or by ali
Published on 2010-05-28T15:38:07Z
Indexed on
2010/05/28
15:42 UTC
Read the original article
Hit count: 196
i created a small application using c# winforms that uses mssql as a database.
is there a way to attach the database to the exe file so i won't need to install sqlserver on all the machines that i want to run the program on?
© Stack Overflow or respective owner