I am creating a window application that need to use sql server database. I want to install this application to client machine without installing sql server so that my appli
You can try Sql Compact Edition or SqlLite. I think these are just a file based solution.