hi dear i have developed a windows application in C# which use sqlserver database (Records.MDF).
it works on my system because i have installed the full SQLSERVER2005. but i want this application to install on other system in which i dont want to install the server. i just want to kepp my 'Records.MDF' file on that machine and want to use it.
is it possiable?? is there any DLLs which should be installed with my application???
please help me
it works on my system because i have installed the full SQLSERVER2005. but i want this application to install on other system in which i dont want to install the server. i just want to kepp my 'Records.MDF' file on that machine and want to use it.
is it possiable?? is there any DLLs which should be installed with my application???
please help me
Comment