Deploying Windows Application(C#) with SQL Server(2005)
-
Hi, I've faced a problem, pls help me. I developed a windows application which uses SQL Server(2005) as database. Now the problem is that I want to install the application in client machine which don't have sql server database. Now how can I install the application in client machine so that sql sever install automatically when i run setup.exe in client machine. thanks.......... Regards, samrat
-
Hi, I've faced a problem, pls help me. I developed a windows application which uses SQL Server(2005) as database. Now the problem is that I want to install the application in client machine which don't have sql server database. Now how can I install the application in client machine so that sql sever install automatically when i run setup.exe in client machine. thanks.......... Regards, samrat
SQL Server is not a client application it is a SERVER application and therefore requires a completely different installation than the one you are proposing. Look into using SQL Express where you can use an .MDB file on the client.
Never underestimate the power of human stupidity RAH
-
Hi, I've faced a problem, pls help me. I developed a windows application which uses SQL Server(2005) as database. Now the problem is that I want to install the application in client machine which don't have sql server database. Now how can I install the application in client machine so that sql sever install automatically when i run setup.exe in client machine. thanks.......... Regards, samrat
Just write in the documentation that they have to have SQL Server installed.