SQL / XML doesn't work here

Hi,
I'm working on Oracle9i Enterprise Edition Release 9.2.0.5.0.
and with SQLPLUS i try this :
SELECT XMLFOREST(1 "test", 2 "test2") from dual;
But it seems taht it doesn't work I jsut have this result without error :
XMLFOREST(1"TEST",2"TEST2")
Has Someone an idea ?
thanks.
Romeo.

SQL*Plus: Release 10.2.0.1.0 - Production on Wed Dec 7 07:25:53 2005
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> SELECT XMLFOREST(1 "test", 2 "test2") from dual;
XMLFOREST(1"TEST",2"TEST2")
<test>1</test><test2>2</test2>
SQL>
Um... which release of SQL*PLUS are you using to get your result...
Can you try
SELECT XMLFOREST(1 "test", 2 "test2").getClobVal() from dual;

Similar Messages

  • Buckup SQL Script doesn't work

    Hi  all,
    In ECC i want schedule ASE jobs to  dump transaction logs,i do it fellow the note 1588316 step by step .  In  schedule jobs my sql script doesn't work,but it works in sql command line.
    sql script :
    dump transaction DEV using config= 'DEVLOG'
    Anybody can give me some advise to face this issue?  Thanks in advance.
    David Lv

    Hi  all,
    My problem sloved, it's JSagent problem.
    sp_dumptrans not working at dbacockpit @Alcino Melo
    use sybmgmtdb
    go
    sp_js_wakeup "start_js",1
    go
    after start  JSagent  my sql script can run 
    Thanks  all
    David Lv

  • SQL query doesn't work in VB program

    Hi:
    The following SQL query doesn't work into a VB program, I'm using Oracle OLEDB to established connection to the DB, ... the query returns 0 rows ...
    When I run this same query from any SQL Plus, works well (returning me something like 119 rows) ...
    Any clue or hint ??
    Thanks in advanced
    Angel Castro
    SELECT OPERADOR, ID_ALIMENTADOR, RB_FSC, NUM_CTROL, COND_OPERA, TRANSITORIO, PENDIENTES, ANORMAL, EDO_REAL, IDENTIFICADOR, CAUSA
    FROM HISTORICO_OPERACION
    WHERE (FECHA BETWEEN '20-AUG-2004' AND '5-NOV-2004')
    AND (HORA BETWEEN '10:00:00' AND '16:00:00')
    ORDER BY ID_ALIMENTADOR ASC;

    Is the column FECHA of datatype DATE?
    Are you running the query with the constant date looking like strings ('20-AUG-2004' in your post, for example) as-is from the VB program?
    If not, are you binding the parameters correctly?
    What is the setting of your NLS_DATE_FORMAT parameter?
    What happens if you do a
    ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON-YYYY'from your VB program before running the query?

  • PLEASE : JAVA PARSER SCHEMA XML doesn't work

    Hi,
    I search how can I parse a xml document with schema, which works with Sun'SAX in JAVA.
    I have no real idea to it, but I think that JAXP can work (is it a good idea?)
    I have found this exemple :
    http://dataml.net/articles/ValidateXMLSchema/part1.htm
    This example is often posted in the forum, but for me it doesn't work, and you? have you had a probleme with it?
    Have you others examples which work or tutorials for parse xml with schema with SAX in java?
    Furthermore what are the specifics recommandations to install JAXP ?
    Thanks a lots.

    Nobody can help me?
    please

  • SQL batch doesn't work; How to fetch related objects with fetch group?

    I have two questions:
    1. SQL Batch doesn't seem to work. I have tested some batch object creation
    with BatchLimit set to -1, 0, 1, 25, 100. They all have similar
    performance.
    kodo.jdbc.DBDictionary: BatchLimit=25
    2. How to use custom fetch group to fetch related objects? The example of
    custom fetch group only show how to fetch different attributes in different
    groups. I have a test cases where I would like to pre-fetch related objects
    to save round trip.
    Enviroments:
    * Kodo 3.1.0 RC1
    * Oracle 9i release 1
    Thanks for any help!
    Qingshan Luo
    Senior Software Engineer
    Open Harbor
    1123 Industrial Road
    San Carlos, CA 94070
    Phone: 650-413-4251
    Fax: 650-413-4298

    try poracle 10g driver. At least they fixed terrible CLOB bug may be batch
    to. BTW 9.2.x has problem with batching with deferred constraints so be
    careful
    "Greg Campbell" <[email protected]> wrote in message
    news:c3dmnu$rmj$[email protected]..
    >
    "Qingshan Luo" <[email protected]> wrote in message
    news:c3dg7q$mdl$[email protected]..
    Hi,
    I have two technical questions with Kodo.
    1. SQL Batch doesn't seem to work. I have tried batch size of -1, 0, 1,25.
    But the performance from batch creating objects is not affected by batch
    size.
    kodo.jdbc.DBDictionary: BatchLimit=25You may be running into a bug in the Oracle 9.2 driver. That driverdoesn't
    reliably give update counts when using batching and prepared statement
    caching. By default, Kodo will turn off batching. You can manuallyenable
    batching by setting the BatchLimit on your DBDictionary, as you've done.If
    you do this, though, you may want to turn off prepared statement cachingby
    setting MaxCachedStatements to 0 (see
    http://www.solarmetric.com/Software/Documentation/3.1.0RC1/docs/ref_guide_dbsetup.html#ref_guide_dbsetup_builtin).
    >
    2. How to use custom fetch groups to eagerly fetch related persistable
    objects? Example only showed attributes, not relationships.You can find information on setting up eager fetching of relations at
    http://www.solarmetric.com/Software/Documentation/3.0.3/docs/ref_guide_
    perfpack_eager.html
    Basically, you'll need to add the relations to your fetch group, and
    set the eager fetching mode.
    Enviroment:
    * Kodo 3.1.0 RC1
    * Oracle 9i release 1.
    Qingshan Luo
    Senior Software Engineer
    Open Harbor
    1123 Industrial Road
    San Carlos, CA 94070
    Phone: 650-413-4251
    Fax: 650-413-4298

  • SQL commands doesn't work

    I've instaled an oracle lite8i version 4.0.0.2.0 on Windows 98 operation system.
    When i try to change something in polite DB, the sql commands doesn't cause any effect on the polite.
    For example :
    when i type "alter user system identified by asd", even connected as system, i receive the message "Operation 0 succeeded", but the password doesn't change.
    This also happen with "create user ... " "create table ... "
    What should i do ????
    Thanks

    "/" does work . Please give a full working example that doesn't work.
    In Home>SQL>SQL Commands you usually execute a single command.
    But you can write multiple commands like:
    create table xx1(n number)
    drop table xx1
    /To execute one after the other, just highlight the first
    create table xx1(n number)
    /and press <ctrl>+<enter> .
    Then highlight the next command and press <ctrl>+<enter> again.
    --- OR ---
    create a sql script in Home>SQL>SQL Scripts . Then you can execute multiple commands at once.
    ~Dietmar.

  • Get('XML') doesn't work, but get() does in javascript - CASCADING LOVs

    I'm trying to get cascading LOVs working in Apex 3.1.0 in Oracle 11g. When I call get.get('XML') it returns null in firefox and empty string in IE6. If I change it to call get.get() then it returns the XML as a string into Javascript.
    The Application process is getting called in both scenarios as i've put PL/SQL logging to disk in order to prove it. The XML being returned is very basic so i'm sure it's not a problem with formatting. I'm not getting any exceptions thrown in javascript either.
    Is it possible to use get.get() and then convert the text into an XML object which is returned as per get.get('XML') which at least will allow me to get something working ?
    thanks
    &lt;script language="JavaScript" type="text/javascript"&gt;
    function getBusinessFieldJS(pThis, pSelect)
    alert('getBusinessFieldJS');
    try
    var l_Return = null;
    var l_Select = html_GetElement(pSelect);
    var get = new htmldb_Get(null, html_GetElement('pFlowId').value, 'APPLICATION_PROCESS=GET_DATA_FIELDS_XML', 0);
    /*get.add('F120_GETBUSINESSFIELD_ITEM',pThis.value);*/
    gReturn = get.get('XML');
    alert('gReturn=' + gReturn);
    alert('gReturn.value=' + gReturn.value);
    if (gReturn == null)
    alert('gReturn is null');
    if(gReturn && l_Select)
    var l_Count = gReturn.getElementsByTagName("option").length;
    alert('l_count='+l_Count);
    l_Select.length = 0;
    for(var i=0;i&lt;l_Count;i++)
    var l_Opt_Xml = gReturn.getElementsByTagName("option")+;+
    + appendToSelect(l_Select, l_Opt_Xml.getAttribute('value'),+
    + l_Opt_Xml.firstChild.nodeValue)+
    + }+
    + }+
    +
    get = null;+
    + }+
    + catch (e)+
    + {+
    + alert('Exception : ' + e);+
    +
    }+
    +}+

    Hi,
    I've been trying to replicate your problem here: [http://apex.oracle.com/pls/otn/f?p=37055:1]
    My application process is:
    BEGIN
    OWA_UTIL.mime_header ('text/xml', FALSE);
    HTP.p('Cache-Control: no-cache');
    HTP.p('Pragma: no-cache');
    OWA_UTIL.http_header_close;
    HTP.prn('<select>');
    HTP.prn('<option value="-1">Please Select</option>');
    HTP.prn('</select>');
    END;(Just copied from your post and XML changed to xml, otherwise untouched)
    And my page has a simple HTML region with the source of:
    &lt;div id="XMLOUTPUT" style="border:1px solid blue; width:200px; height:200px;"&gt;&lt;/div&gt;
    &lt;div id="XMLOUTPUT2" style="border:1px solid blue; width:200px; height:200px;"&gt;&lt;/div&gt;
    &lt;script type="text/javascript"&gt;
    function getMyXML()
    var l_Return = null;
    var get = new htmldb_Get(null, html_GetElement('pFlowId').value, 'APPLICATION_PROCESS=RETURN_XML', 0);
    gReturn = get.get('XML');
    var d = html_GetElement('XMLOUTPUT');
    d.innerHTML = gReturn;
    var d2 = html_GetElement('XMLOUTPUT2');
    d2.innerHTML = get.get();
    var s = gReturn.getElementsByTagName("select");
    alert(s.length);
    &lt;/script&gt;
    &lt;a href="javascript:getMyXML();"&gt;Click&lt;/a&gt;Click on Click at the bottom of the page. The first DIV gets the get.get('XML') object and the second one the get.get() and a popup message tells you how many "select" items are in the XML version.
    As far as I can see, this works fine.
    Andy

  • Form on a SQL Query - doesn't work with SELECT * - bug or feature ?

    When I do this,
    Create Page -> Page with Component -> Form -> Form on a SQL Query -> SELECT * FROM EMP
    I do not get any items displayed and it creates a simple HTML region / page. Do we have to necessarily specify the column names ?
    Iam looking at a way to see if any addition of columns in the table does not involve IT intervention in recreating the form.
    When we try to create with Form on a SQL Query, then shouldn't it be similar to the Report where the same thing works, if I give SELECT function_returning_columns() from DUAL even then the same thing happens where it creates an ITEM called functions_returning_columns() it creates HTML region
    I asked a related question with no answer :-( in
    Dynamic Creation of Items in Runtime through Application UI

    Hi Marc,
    Thanks. I just tried something like this. Taking the EMP table example, (it doesn't matter which table), I created a region based on a Pl/Sql function returning SQL query
    ( I selected the vertical report template including nulls to display it like a form ) :
    DECLARE
    v_sql VARCHAR2(3000) ;
    mn_idx NUMBER := 1 ;
    BEGIN
    v_sql := 'SELECT ' ;
    FOR recs IN (SELECT * FROM ALL_TAB_COLUMNS WHERE TABLE_NAME = 'EMP' ORDER BY COLUMN_ID)
    LOOP
    v_sql := v_sql || 'HTMLDB_ITEM.TEXT(' || mn_idx || ',' ||
    recs.column_name || ') ' || recs.column_name || ', ' ;
    mn_idx := mn_idx + 1 ;
    END LOOP ;
    v_sql := SUBSTR(v_sql, 1, LENGTH(v_sql) -2) ;
    v_sql := v_sql || ' FROM EMP WHERE EMPNO = 7369 ORDER BY 1 ' ;
    RETURN v_sql ;
    END ;
    This allowed me to do my updates etc.., Then I created a button called 'Apply' and a process called 'update_changes' on button click and defined this:
    DECLARE
    v_sql varchar2(1000) ;
    mn_ctr NUMBER := 1 ;
    BEGIN
    v_sql := 'BEGIN UPDATE EMP SET ' ;
    FOR recs IN (select COLUMN_ID, COLUMN_NAME, DATA_TYPE
    from all_tab_columns where table_name = 'EMP'
    ORDER BY COLUMN_ID) loop
    -- Make changes here if required- this is assuming 9 columns --
    v_sql := v_sql || recs.column_name || ' = HTMLDB_APPLICATION.G_F0' || mn_ctr || '(1),' ;
    mn_ctr := mn_ctr + 1;
    end loop ;
    v_sql := substr(v_sql, 1, length(v_sql) - 1) ;
    v_sql := v_sql || ' WHERE EMPNO = 7369; END ;' ;
    execute immediate (v_sql) ;
    END ;
    Since this is for example, I didn't include code for Checksum and hardcoded empno = condition and have provision for 9 columns. I made some changes and tried saving it and I was able to do it.
    I altered the table to add a column / drop a column and when I relogin, Iam able to see the changes.
    Can you tell me if there could be any drawbacks in this approach ?.

  • prefer-web-inf-classes in weblogic.xml doesn't work

    When I try to use <prefer-web-inf-classes>true</prefer-web-inf-classes> it works fine with default classloaders structure. But after I changed classloaders hierarhy by means of <classloader-structure> in weblogic-application.xml classes from web app are ignored and classes from outside web app are loaded.
    Here is classloaders structure I use
    <weblogic-application>
    <classloader-structure>
    <module-ref>
    <module-uri>mywar.war</module-uri>
    </module-ref>
    <classloader-structure>
    <module-ref>
    <module-uri>myejb.jar</module-uri>
    </module-ref>
    </classloader-structure>
    </classloader-structure>
    </weblogic-application>
    Has anybody encountered this before?

    Hi, Rob
    Does it work in WL9.2?
    It seems I do it exactly as the explained at http://edocs.bea.com/wls/docs81/programming/classloading.html - and it fails :o(.
    I try to run my app.ear with WL9.2 There are 2 components in it: webapp and mdb. The webapp/WEB-INF contains weblogic.xml:
    <weblogic-web-app>
    <container-descriptor>     
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    </weblogic-web-app>
    Mdb is expected to run in the same mode, i.e. to prefer the webapp/WEB-INF/*.jar over the parent Weblogic classloader. To do so I add the weblogic-application.xml to the app.ear!/META-INF:
    <weblogic-application>
    <classloader-structure>
    <module-ref>
    <!-- reminder: this webapp contains
    prefer-web-inf-classes -->
    <module-uri>webapp</module-uri>
    </module-ref>
    <classloader-structure>
    <module-ref>
    <module-uri>mdb.jar</module-uri>
    </module-ref>
    </classloader-structure>
    </classloader-structure>
    </weblogic-application>
    Now, when classloader-structure specified, both webabb and mdb prefer the weblogic root loader as if prefer-web-inf-classes not defined at all.

  • Chicago- iPhone 3g doesn't work here?

    I just bought my first brand new iPhone from the Apple Store a few days ago. I got a big surprise when I called today. I called for tech support because of dropped calls. Apple Tech support stayed on the line when they called AT&T tech support.
    "The iPhone is not the best phone for your area."
    "3g is not supported well, there are many problems there."
    "They have not even scheduled when they will be building the proper equipment there."
    "The Chicago area, particularly Evanston,is not conducive to iPhone."
    ***????? Is AT&T that bad? I am switching from Verizon, which is fine.

    I would have told you not to bother with the iPhone but stay with Verizon.
    I live in the Lincoln Square/Ravenswood area of Chicago. I live on the top floor of my condo building, nothing is around to impede any sort of cell signal. Verizon, even Sprint so many years ago was fantastic service where I live and all over Chicago.
    I have had an iPhone 3G since July of last year and have had nothing but service problems with AT&T. I have had the sim card replaced, the handset replaced, I've had the handsets hardware checked at 3 different Apple stores, the AT&T service for iPhones in Chicago is absolutely the worst. The first week I had my iPhone, an Apple tech support guy told me turn off 3G to make a call. Why am I paying the premium 3G data service then?
    I cannot place a call where I live, either in my condo or walking around my neighborhood. Whenever I call tech support, I use my iPhone and invariably we end up on my land line as the call will have dropped or AT&T's tech support folks cannot understand me on my iPhone.
    I know the phone and the service works in other parts of the country; southern California, New York City, Park City Utah on top of a mountain and the dang phone service was incredible! I could talk on it in hotel elevators even.
    I am on the phone with AT&T tech support on a monthly basis and have repeatedly gotten the "your case is solved" text message from AT&T. Their answer? They blame themselves for having bad service in this metro area. They know they have service problems here. Since I've had the phone, I've gotten credit for 3 months of service but it's not enough. I'll dump them first of June for Verizon if they've not solved these problems in Chicago.
    And it's really too bad because as a device, I LOVE my iPhone.
    All I can say is document all your dropped calls, the echoes, the static, the data service that is supposed to work but doesn't and call these people and call these people. Apple and AT&T point the finger at each other for service problems here but it's AT&T dismal service that is the problem. Interestingly enough, iPhone 2g customers don't have these problems. The worst places in Chicago are the lakefront and driving the northwest toll road. I experience countless dropped calls between 53 getting into the loop on 90/Kennedy.
    Good luck, I completely sympathize with you.
    z.

  • MeRepMeta.xml doesn't work for MAM 2.5

    I have a problem with my meRepMeta.xml.
    Background: Before we used WAS 6.20 and MAM 2.0. Exporting the XML file for our upload SYncBO and added to the original meRepMeta.xml worked well. At least the following code worked were Z_EPC is the name of our own SyncBO id:
    private static SyncBoDataFacade dataFacade;
    private static SyncBoDescriptorFacade descFacade;
    public static boolean saveImageFile(){
    dataFacade = SmartSyncRuntime.getInstance().getSyncBoDataFacade(VisibilityType.SEPARATED);
    descFacade = SmartSyncRuntime.getInstance().getSyncBoDescriptorFacade();
    SyncBoDescriptor descr = descFacade.getSyncBoDescriptor("Z_EPC");
    SyncBo imgBo;
       try {imgBo = dataFacade.createEmptySyncBo(descr);}
         catch (ModificationNotAllowedException e) {
                           e.printStackTrace();
                           return false;}
    No we have upgraded to WAS 6.40 and MAM to version 2.5. The exported meRepMeta.xml from the WAS 6.40 system looks like this:
    <SyncBO id="Z_EPC" version="3" type="upload" allowCreate="true" allowModify="false" allowDelete="false" reqDirectSync="false">
    <TopStructure name="TOP">
    <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
      <Input type="create">false</Input>
      <Input type="modify">false</Input>
      </Field>
    <Field name="USER_NAME" type="C" length="12" decimalLength="0" signed="false" isKey="false" isIndex="false">
      <Input type="modify">false</Input>
      </Field>
    <Field name="FORMAT" type="C" length="4" decimalLength="0" signed="false" isKey="false" isIndex="false">
      <Input type="modify">false</Input>
      </Field>
    <Field name="TIME_STAMP" type="N" length="12" decimalLength="0" signed="false" isKey="false" isIndex="false">
      <Input type="modify">false</Input>
      </Field>
    <Field name="OBJ_TYPE" type="C" length="2" decimalLength="0" signed="false" isKey="false" isIndex="false">
      <Input type="modify">false</Input>
      </Field>
    <Field name="OBJ_NUM" type="N" length="12" decimalLength="0" signed="false" isKey="false" isIndex="false">
      <Input type="modify">false</Input>
      </Field>
    <Field name="ITEM_NO" type="N" length="5" decimalLength="0" signed="false" isKey="false" isIndex="false">
      <Input type="modify">false</Input>
      </Field>
    <Field name="RESOURCE" type="N" length="15" decimalLength="0" signed="false" isKey="false" isIndex="false">
      <Input type="modify">false</Input>
      </Field>
    <Field name="NAME" type="C" length="128" decimalLength="0" signed="false" isKey="false" isIndex="false">
      <Input type="modify">false</Input>
      </Field>
    <ChildStructure name="010">
    <Field name="SYNC_KEY" type="N" length="10" decimalLength="0" signed="false" isKey="true" isIndex="true">
      <Input type="create">false</Input>
      <Input type="modify">false</Input>
      </Field>
    <Field name="SEQ_NUM" type="N" length="16" decimalLength="0" signed="false" isKey="false" isIndex="false">
      <Input type="modify">false</Input>
      </Field>
    <Field name="DATA" type="C" length="252" decimalLength="0" signed="false" isKey="false" isIndex="false">
      <Input type="modify">false</Input>
      </Field>
      </ChildStructure>
      </TopStructure>
      </SyncBO>
    Running MAM with the code on top will not work. If I change the "Z_EPC" to the existing MAM25 SyncBO, "MAM25_005" for example, the code works.
    SyncBoDescriptor descr = descFacade.getSyncBoDescriptor("MAM25_005");
    Is it something wrong with the meRepMeta file or has it to do with something else?
    Kind Regards,
    Daniel Guldbrandsen

    hello daniel,
    just some clarification.
    did you use the same MAM application you deployed into your client in 6.2 after you moved to 6.4?
    if yes -> you need to include the new meRepMeta.xml from your 6.4 system into the MAM application i.e. overwrite your old meta xml with the new one.
    you need to redeploy the application package having the new meRepMeta.xml in it, for the metadata to be persisted in the client.
    try listing the metadata of your application by using
    SyncBoDescriptorIterator boDescs = descriptorFacade.getAllSyncBoDescriptors();
    while(boDescs.hasNext())
      System.out.println("Installed SyncBo Names: "+ boDescs.next().getSyncBoName());
    if the names are the old names i.e. MAM_xxx, try checking
    on the meRepMeta.xml on the root folder of your deployed
    MAM. if it is the new one, try redeploying your application.
    regards
    jg

  • Ipod Doesn't Work, Here's A Question

    I got an Ipod video less than 2 months ago, and I made the mistake of not getting a case for it. Well in the time I've had it, it's been scratched quite badly. And I just noticed there is a SLIGHT ding in the back of it. But just the other day, my Ipod stopped working (it showed up with the frowny Ipod face), and it made a strange clicking sound and shut-off. I told them about this (but didn't have enough room to mention the scracthes and the dent) and they are sending me a package to send the Ipod back in for repair. Now my question is this:
    Even though there are scratches and a slight ding on the back, will they still repair my Ipod? Do they send me a brand new one altogether? Or will they not fix it because of the other damage to it?
    I'm pretty sure that the scratches and the dent have nothing to do with the problem, but I'm just curious if they will deny fixing it because of the damage. I have tried to restore it, but it does not show up as an option when I plug it into the USB cable. I have also tried all the methods mentioned on apple.com, with no success in fixing my Ipod.
    And here is one more question:
    From the time I put music on it, it sometimes skips the song I select, and goes onto the next one. Does that happen usually, or did I buy a somewhat defect Ipod in the 1st place?
    Thank very much for the help.

    If you take it to an apple store they will look what they can do. They will replace it with a refurbished unit or a new one.
    You can also try to get it serviced online...
    iPod Service
    Usually, apple replaces the iPod with the same color iPod.
    btabz

  • Web.xml doesn't work

    Hello,
    Im trying to deploy a website with a WAR file. But when I upload my war file at my Hosting provider, it seems that my xml file isn't read(and is does work on my locale machine). I compile my war file with the following line.
    jar -cvf c:\scarybarry.war -C c:\scarybarry .
    Is there something that I have to do, to tell that that is a web.xml file that needs to be run?
    Hopefully somebody can help me with this.

    Hi,
    I didn't exactly understand what you ment. But i though you wanted the output of the command line you gave me. It was a long list, so I have copy past the top part and the bottom part for you. Hopefully you can help me now.
    C:\>jar tvf scarybarry.war
    0 Mon Jul 05 21:50:30 CEST 2004 META-INF/
    71 Mon Jul 05 21:50:30 CEST 2004 META-INF/MANIFEST.MF
    1029 Tue Jan 20 20:19:12 CET 2004 ad_footer.jsp
    241 Tue Jan 20 2
    3082 Sun Feb 29 17:55:28 CET 2004 WEB-INF/classes/website/Review.class
    3013 Sun Feb 29 17:55:28 CET 2004 WEB-INF/classes/website/Story.class
    0 Sat May 01 12:31:12 CEST 2004 WEB-INF/lib/
    54665 Wed Aug 28 14:50:36 CEST 2002 WEB-INF/lib/activation.jar
    80984 Thu Dec 19 14:49:00 CET 2002 WEB-INF/lib/mail.jar
    25961 Tue Aug 13 15:40:10 CEST 2002 WEB-INF/lib/mysql-connector-java.jar
    567 Sun Jul 04 15:36:46 CEST 2004 WEB-INF/web.xml0:24:24 CET 2004 ad_forward.jsp

  • Why string comparison doesn't work here?

    Public Sub getAbstract()
        For i = 1 To ActiveDocument.Paragraphs.count
            Set para = ActiveDocument.Paragraphs(i)
            If para.Range.Style = "Heading 1" Then
            abst = para.Range.Text
            MsgBox abst ' Here the code shows "ABSTRACT" on the textbox
            If Trim(abst) = "ABSTRACT" Then
            MsgBox 1
            End If
            Exit For
            End If
        Next
    End Sub
    When I run this code it doesn't shows "1" on the textbox. I don't know why
    Can someone help me with that?

    para.Range.Text includes the paragraph mark at the end of the paragraph. After the line
    abst = para.Range.Text
    insert
    abst = Left(abst, Len(abst) - 1)
    to chop off the paragraph mark.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • Iphone 4 purchased outside UK doesn't work here

    I bought a brand new iphone outside UK (Afghanistan) it worked until I entered UK. Over here when a new UK simcard was put, it said, 'no sim' and basically it keeps rejecting the simcard... anyone else experianced this? Please share how I can solve this issue? Some shopkeepers here told me it is 'locked' but it wasn't back home?!

    There are a few reasons why this may have occured.
    The first is that as the person above me has said that the seller may have been sold to you through an illegitimate source and is therefore unreliable hardware; which may have been incapable of surviving high alitudes on your return flight.
    The second would be the phone is locked to a specific carrier (I don't know any Afghan carriers but an example in this country would be O2 putting a lock on your phone in order to ensure you stay with them and in return they part subsidise your purchase).  This can be solved by contacting the carrier who you origianlly used the phone with.
    The third and final reason is that the Phone uses different bands.  For example in America not all networks can use the iPhone due to the use of different spectrums.  This would be totally unsolvable short of buying a new phone.

Maybe you are looking for