Hi,
Is there a way to automatically download attachedment files from Microsoft Exchange Server and save it on a filesystem in some specified folder. I want to automatically download attached files when a new email arrives from a specific contact. Don't want to delete the previous emails just...
Hi,
Is there a way to automatically download attachedment files from Microsoft Outlook and save it on a filesystem in some specified folder. I want to automatically download attached files when a new email arrives in Microsoft Outlook. Is it possible to achieve this using java.
Thanks
Hi,
I am new to hibernate and need some information. I looked at several examples online and tried them too.
One thing I can't figure out is how to use cfg2hbm and hbm2java, didn't find any docs., can someone point me to some tutorial that explains how to use these.
I see following text on...
Hi,
I have a following code and need some help. When I try to run it it gives me the following error:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(ArrayList.java:507)
at java.util.ArrayList.get(ArrayList.java:324)
at...
Thanks it worked. I am also trying to move the files from one directory to another also I only want to move a file not a directory here is what I am doing:
#!/usr/bin/perl
my $dir = 'C:/test/data';
if (-M $dir >= 11)
{
print "Directory $dir/ last modified ", scalar localtime((stat...
Hi,
Need some help in figuring out how to find out if the folder is modified within last 11 days and then going through the folder content and checking if any of the files are modified within last 5 days. Here is the code I am trying but some how it doesn't work:
#!/usr/bin/perl
# Check if...
I am new to EDI, can someone please tell me if I have 837,835,270,271,276,277 what is the flow of transactions i.e. which goes first and what I get back kind?
Outbound 837 in response what do I get?
are 270/271/276/277 used for 837?
when is 835 used?
can someone kind of give a layout of what...
How do I Rollback the whole transaction if some of the records in the cursor don't pass the condition for inserting. How do I make all the records to be committed only if all the records in the CUR_V1 CURSOR meets the condition IF VAR_1 IS NOT NULL AND VAR_2 IS NOT NULL AND VAR_3 IS NOT NULL...
Hi,
I am new to PL/SQL and trying to solve the following problem. I have a trigger on a table that is fired on INSERT/UPDATE on STARTINGTBL (i.e. TABLE), I am checking one of the inserted value against TABLE_CHECK2 (i.e. TABLE) and if I find a value, I am trying to
to grab all values matching...
I have the following trigger that is not working. In the following trigger the statement:
SELECT COUNT(*) into var1 FROM LKUP_TBL WHERE upper(FTCH) = var2;
and it always returns me 0 even though I have the values in LKUP_TBL.
CREATE OR REPLACE TRIGGER FETCHINGVAL
AFTER INSERT OR UPDATE ON...
I have a web application that I want to enable signle sign on.
Initially a default page comes up with a login link on the page plus some public accessable data, when a user clicks on the link I want to grab user's network domain username and password as whatever user/pwd is logged into a...
I have a jsp/servlet application and I am trying to use log4j for logging purpose. Can someone tell me how can I set-up log4j to work in my application. I have log4j.jar in the path , have custom class to logging i.e.
import java.io.File;
import java.io.FileInputStream;
import java.net.URL...
Oracle Application Server
is there a way I give or provide some properties file but changing the values after deployment I don't have to redeploy or restart the server. I thought if can put in web.xml file it should work or is there any other way.
Thanks
I have J2EE application. I am using
<init-param>
<param-name>first</param-name>
<param-value>value is</param-value>
</init-param>
in my web.xml file. Now if I deploy the application on the app. server can I change the value of
<param-value>value is</param-value>
without redeploying the...
I have 4 tables with 4 columns each that hold the same data 99% of the time. But there might be some data inconsistency in those tables i.e. some data missing in some tables or sometimes some columns having inconsistent data. How can I compare the records in these 4 tables and see what data or...
Any idea why the following following expands the content in IE while in Netscape it only shows the one expanded:
<ul class="look2" style="list-style-image:url(list.gif);display:none">
<li><a href="fdddf">Link 3a</a></li>
<li><a href="fdddf">Link 3b</a></li>
<li><div...
Thanks it does work in IE,Netscape,FireFox, AOL and Opera. But can you please tell me why the behavior is different when I have the following values i.e.
In my above sample have following for both <ul...> e.g.
<ul class="look2" style="list-style-image:url(list.gif);display:show">
<ul...
Hi how can I detect a browser type using jsp. Is there a way to detect all browser types i.e. IE,Netscape,Firefox,Opera etc.. I know I can use the following to get info about the browser:
String ua = request.getHeader( "User-Agent" );
But using so doesn't get me back about Opera and don't...
I have the following menu. It works fine in IE only but it doesn't doesn't work in Firefox, Netscape I didn't try it in Opera but I assume that it wouldn't work in that either. Can someone please tell how can I make it work in all the browsers. Is there something wrong with code or how I can fix...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.