I was try to insert 120000 records into the orcle table
using the stroed proceeder. But it was stop the 9999. What
can I do insert all the records.
Answers were Sorted based on User's Feedback
Answer / bhushan deshmukh
Please see the Data base structure
And check the datatype of specific data type , if data type
is numeric...
and
If data base structure is having the same length as per
user inserted value is then check in the stored proceduer
variable for to store the value...
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / pp
<body>
<div height="50%" width="50%" style="background-color:#c6e1f4;" unselectable="on;">
<table width=10% vspace=30 border=1 cellpadding=15>
<tr bgcolor=#f0e6d5><td>
<b>File APIs for Java Developers
</b></td></tr>
<tr bgcolor=#f0e6d5><td>
| Is This Answer Correct ? | 0 Yes | 0 No |
how can i apply validation without using errorprovider in C# windows application
what will be the model paper for the post of assistant programmer in delhi high court
What language / script is used to validate web page
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
what is the exact full form of OOPS,O -> object O -> oriented P -> programing S-> ? ....
what are wrapper classes
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
An image map is a collection of
what is programmable BIST in today ic design
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
Where do we need Operator overloading?
Java is called as pure objerct oriented programming language, where as c++ is not completely object oriented.can any explain the detailed differenec between these two