Relative Content

Tag Archive for c#sql.netsql-server

I cannot modify the table in my database with C#

I created a database and a table in Microsoft SQL and I want to do some experiments on it with C#. I succesfully connected to my database and I can read the first row on the table too. But when I try to insert or delete some data, even though there are no errors, database is not affected.