Hi,

Last couple of months ago I developed an web based application with asp.net(C#) 2.0 and SqlServer 2005. I am using visual studio 2005.

Few days ago my client complaint me that data are not saved in database correctly. I checked and found there is a logic bug in my application and I could fixed that bug. But I need to update the client's previous data in database.

I made a query like "Update tableName ....." and thus can fix the problem knowing client to execute this query to his database. But I don't like to show sql query/ code to client.

How could I fix this problem without showing the code to client?

Thank You