View Single Post
Join Date: Sep 2008
Posts: 6
Reputation: markyjj is an unknown quantity at this point 
Solved Threads: 0
markyjj markyjj is offline Offline
Newbie Poster

Re: Updating SQL database, Please help

 
0
  #3
Sep 6th, 2008
Originally Posted by LizR View Post
Whats the actual error you get? (And do you have read/write permissions on the database)

Well when I press the update button which has the update method I then get the following exception:

An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in system.data.dll

Additional information: System error.


How do I check if I have read/write permissions on the database?, because I assumed I have since I can read the data when I use the fill method.

thanks
Reply With Quote