Posts by filipe_21 • 33 points
1 post
-
3
votes2
answers1464
viewsQ: I cannot read the values returned from the database using Oracledatareader
I’m having trouble reading the values returned from a select, on the line where I do: OracleDataReader reader = cmd.ExecuteReader(); in the read it brings me the values correctly, but in the next…