C#.Net window application EXE and SQL SERVER 2000 Database at Client Machine
- by user1397931
Friends
I have install a .net window application exe at client machine and its database in sql server 2000.
For Exe I install .net framework and other support software and for DB i install sql server 2000 and Create Database over there and connect it. Working Properly
But now client change Xp to window7. I search for installation of SQL Server 2000 , but its not working over there. So what i did, i send the MDF file of database with exe application and make connection string
and its also working.
Now i change something in DB , and trying to update .mdf file but its not reflecting the new one mdf its getting the old one. i am Stuck......
am i did any wrong ? because its difficult for me to fix.
OR
i want to know what is the efficient way of use of SQL Server 2000 database on window7 or any else solution is there?
Please help me...