Posts by W8-LISBOA • 1 point
1 post
-
0
votes0
answers168
viewsQ: Stock query, return null access
I have the following structure: My code: Private Sub CarregaEstoque() Using con As OleDbConnection = GetConnection() Try con.Open() Dim sql As String = "SELECT IdProduto, Descricao, (SELECT…