1
Answer

can not update my SQL server database from C# Application

Photo of shareef hider

shareef hider

18y
2k
1
hi all
I am beginner in C# and I have a simple funney probleme it is that I have build my database on SQL server and get connected with it through C#, I can see the tables in my db components but I can not insert any record from my application so what should I do
thanks.

Answers (1)

0
Photo of vaishnavi
NA 2 0 18y
I think the access level (permisssions)for the userid of slq database you are using is restricting you from insertions.