My Sales table has a Code field with auto-increment and I need to retrieve this code to insert into an associative table.
string sql = $"INSERT INTO VENDA(NRO_VENDA,DATA_VENDA,VALOR_TOTAL_PRODUTOS,VALOR_ACRESCIMO,VALOR_DESCONTO,VALOR_TOTAL...
asked by
04.01.2017 / 13:15