C#.Net window application EXE and SQL SERVER 2000 Database at Client Machine

Posted by user1397931 on Stack Overflow See other posts from Stack Overflow or by user1397931
Published on 2012-09-23T03:31:56Z Indexed on 2012/09/23 3:37 UTC
Read the original article Hit count: 115

Filed under:
|
|
|

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...

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql