Is it possible to use batch update on store procedure with register out parameter?
If not then is there any way to get register out parameter values with batch update?
User Profile
Collapse
-
Regarding Java Batch Update on DB
-
Hi,
I can use textbox with calendar button. But its a client requirement. :-)
If its not possible then I can say that. but if its possible then I cant. I have to create gui as they want. -
Hi,
Please find the attachment for image file.
I want to create a combobox with default value is today's date.
And onchange of value or on click event calendar will be displayed as an option....Leave a comment:
-
YUI Calendar
How to add YUI calender to combobox dropdown panel?
I mean,
like this.Code:<select id="calCombo" onclick="showCal()"></select> function showCal() { var op = new Option(Calendar object); calCombo.options[1]=op; }
Is there any way to add calendar to option[1] panel of combobox? Above one its just an example. Can I get the right... -
PGP Encryption/Decryption
I have encrypted the file (PGP encryption) thru java using Bouncy Castle libs.
Now, how to decrypt that file?
Thanks. -
Convert Excel to PDF
Hi all,
Is there any way to convert or export excel file into pdf file in Java?
Currently, I'm using POI to create an excel file. I want to convert that file to PDF file.
Thanks. -
Firefox 3 problem
Hi all,
I wanted to browse a file using HTML.
So, I have written this code:
[HTML]<input type="file" style="height:2 2px" size=30 name="file" id="file"><br>< br>[/HTML]
and JavaScript code for get the path of that selected file as
[HTML]var file_name = document.getEle mentById('file' ).value;
alert(file_name );
[/HTML] ... -
Accessing File Problem
Hello everybody,
I've written html code for browsing an excel file. I am sending browsed file path to servlet. Then that file will be read by java program. Its working on windows successfully. After that i deployed this project on linux server and run that from window.
My first html page is displaying correctly. I browsed the file, which is located on 'C' drive in windows. Then after clicking submit button on page that file... -
Create an excel file using java
I have a txt file. I want to add the data from that file into the excel file using java.
That data is delimited by spaces as follows:
1 Sagar Doke Address Roll No. City
2 ABC Address Roll No. City
Then how to add this data column by column into the excel file?
Please help me. It's urgent. -
-
but i'm have to use yui. for that i have written a code like this
[code=javascript]
var callback =
{
success : openresultSet,
failure : dt_openALL.onDa taReturnInitial izeTable,
scope : dt_openALL,
cache : false
};
ds_openAll.send Request("name=g etAllClosed&Ski ll_ID_List="+sk Ids+"&UID=" + uid,call...Leave a comment:
-
Thanks,
i'm getting values.
But now another problem is there in ie.
For yui datatable, values are not getting updated dynamically. I think cache problem is there. Because after deleting the history(cache) its working. Same code is working on firefox without deleting history(cache). Is there any way to reset the cache for ie in javascript or in yui?...Leave a comment:
-
SagarDoke replied to YUI - update/set data table cell of selected row dynamically with diff. vals (XML)in JavascriptNo, there is no any error. But values are not getting set into the datatable....Leave a comment:
-
SagarDoke replied to YUI - update/set data table cell of selected row dynamically with diff. vals (XML)in JavascriptXML problem
hi all,
[CODE=xml]<?xml version="1.0"?>
<Company>
<employee>
<name>Kedar</name>
<cell>+91123456 7891</cell>
<street>abc</street>
</employee>
<employee>
<name>Sagar</name>
<cell>+91123456 7891</cell>
<street>abc</street>...Leave a comment:
-
IE problems: can't get combobox value/cached results
I have written one code for combobox in html.
[HTML]<label style="margin-left:450px" for="clientName ">Client Name:</label>
<Select style="margin-left:31px" name="clientNam e" id="clientName " onchange = 'getCallCenter( )'></Select>[/HTML]
Now javascript ,
[CODE=javascript]function getCallCenter()
{
var... -
SagarDoke started a topic YUI - update/set data table cell of selected row dynamically with diff. vals (XML)in JavascriptYUI - update/set data table cell of selected row dynamically with diff. vals (XML)
hi all,
i am using yui framework. in that i want to update or set datatable cell of selected row dynamically by different value. can anybody please tell me how to do that? -
HashMap problem
Is it possible to put hashmap within a hashmap?
My code is,
while (rs.next())
{
i++;
current_client_ id = rs.getInt(1);
if(i==1)
{
clientIdMap.put (rs.getInt(1), callCenterIdMap .put(rs.getInt( 2), rs.getString(3) ));
}
else if(current_clie nt_id != previous_client _id)
{
callCenterIdMap = new HashMap<Integer ,... -
problem in loading a js file through jsp
Hello,
this is my servlet:
[CODE=java]String skill_id = request.getPara meter("skill_id ");
request.setAttr ibute("Skill_id ", skill_id);
RequestDispatch er rd = request.getRequ estDispatcher(" TerminationSele ction.jsp");
rd.forward(requ est,response);
[/CODE]
from here i'm calling jsp page, with parameter Skill_id.
i'm... -
[CODE=javascript]Ext.onReady(fun ction(){
var win;
var button = Ext.get('show-btn');
button.on('clic k', function(){
// create the window on the first click and reuse on subsequent clicks
if(!win){
win = new Ext.Window({
el:'hello-win',
layout:'fit',
width:500,
height:300,...Leave a comment:
-
EXT js-javascript library
i am using ext js - javascript library. i wrote a program using ext class. when i was executing it, it was giving error, that ext class is not found. then how can i set the path of ext class. or there is any other way to implement this js file?
No activity results to display
Show More
Leave a comment: