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
...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 most of the *.hbm.xml files
<!--
Auto-generated mapping file from
the bibernate.org cfg2hbm engine
-->
and on persistent classes (means I should have...
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...
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...
...variable
BEGIN
BEGIN
V_CNT := 0;
IF :NEW.VAR_10 IS NOT NULL THEN
V_TEMP := TRIM(UPPER(:NEW.VAR_10));
SELECT COUNT(*) INTO V_CNT
FROM CHECK_LIST
WHERE UPPER(VAR_10_VALUE) = V_TEMP;
ELSE
RAISE E_EXCEPTION1;
END IF;
IF V_CNT =...
...BEGIN
VAR_COUNT := 0;
IF :NEW.INSERTEDDB1 IS NOT NULL THEN
VAR_TEMP := TRIM(UPPER(:NEW.INSERTEDDB1));
SELECT COUNT(*) INTO VAR_COUNT
FROM TABLE_CHECK2
WHERE UPPER(INSERTEDDB2) = VAR_TEMP;
END IF;
IF VAR_COUNT > 0 THEN
OPEN...
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...
...in the path , have custom class to logging i.e.
import java.io.File;
import java.io.FileInputStream;
import java.net.URL;
import org.apache.log4j.*;
public class Logging
{
private Logging logr = Logger.getLogger(this.getClass().getName());
public Logging(String name)
{
try...
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...
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.