Posts by rodrigorf • 1,021 points
53 posts
-
0
votes2
answers336
viewsA: I’m having difficulty returning my ID using nextval, to later do the Insert in my table
The post is old but maybe the solution can still be useful for someone, follows: To load the value of Sequence using Oracle and Oledb the way you did this correct in general, what may be happening…
-
0
votes2
answers282
viewsA: Error entering in batch using Oraclecommand
I was able to find a solution, the problem was to specify the type of the data and whether it was input or output when creating the parameter: cmd.Parameters.Add(new…
-
0
votes2
answers282
viewsQ: Error entering in batch using Oraclecommand
I need to optimize a load application that runs through a database and writes to another database, but this has to be done through an application Windows Forms. I’m doing using the ArrayBindCount of…