Questions tagged as 'npgsql'

0
answers

Remove row from table and set IDs

Greetings. I am a beginner in the database and wanted to know the correct way to remove an item from the table and update the identification number of the others. This is the typical rookie problem, which removes the item and unconfigures the...
asked by 21.05.2017 / 04:39
0
answers

Query delay to be finalized

Good afternoon, I have a problem executing a query in C # using NPGSQL. try { bdConn.Open(); NpgsqlCommand sql = new NpgsqlCommand(); sql.Connection = bdConn;...
asked by 14.10.2016 / 20:34