|
-
Jan 12th, 2009, 12:30 PM
#1
Thread Starter
Member
How to hide sql code to client?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|