i am developing a user interface prototype using windows forms in a vc++.net
environment. i have a database(ms-sql) which contains the necessary data for
displaying in a complex datagrid.
when i create a setup file of my prototype user interface, how can i include
the database along with it? i wuld want to be able to do this so that when
the application is installed on an other machine, i would want the datagrid
to display the data items.
thanx in advance