1
I am doing a query in a database, but need to know how many records I will get from this query, before I even start crocheting.
Note: I don’t want to put a counter inside the mesh, I need the value before*
cmd = New OleDbCommand(sql, conexao)
myDR = cmd.ExecuteReader(CommandBehavior.CloseConnection)
while myDR.read
...
end while
Did the answer solve what you wanted? Do you think it is possible to accept it now? It needs something more to be improved?
– Maniero