XMLTYPE stored as binary XML returns values

Hi all

I would like to understand behavior 'strange' between XMLTYPE stored as binary XML or CLOB.

I've got the following table:

create the table imp_spurplan

(

ID not null

, dateiname varchar2 (100) is not null

, xmltype xml_document not null

, region varchar2 (10) not null

)

XMLTYPE COLUMN "XML_DOCUMENT" STORE AS BINARY XML;

It contains 85 records.

When I run the following query, the column "spurplanabschnitte" only contains NULL values:

Select t.region

sp.betriebsstelle

sp.spurplanabschnitte

of imp_spurplan_part t

, xmltable ('/ XmlIssDaten' in passing t.xml_document)

path of xmltype columns in spurplanbetriebsstellen 'Spurplanbetriebsstellen') m

, xmltable (' / Spurplanbetriebsstellen/Spurplanbetriebsstelle ' adoption m.spurplanbetriebsstellen)

path of columns betriebsstelle varchar2 (4000) "Betriebsstelle".

spurplanabschnitte xmltype path '.') PS;

If I create the table with CLOB:

create the table imp_spurplan_part

(

ID not null

, dateiname varchar2 (100) is not null

, xmltype xml_document not null

, region varchar2 (10) not null

)

XMLTYPE COLUMN "XML_DOCUMENT" STORE AS CLOB BASICFILE

then the query returns the values in the column "planned just like spurplanabschnitte.

What is the difference? What do I wrong when I use binary XML?

Thank you and best regards

Matthias

Thank you.

It works for me on 11.2.0.2.

By chance, the following work?

Select t.region

sp.agency

, xmlserialize (document sp.location) - added explicit serialization

of imp_stores_lob t

, xmltable (' / stores "in passing t.xml_document)

path of xmltype of slots columns 'Locations') m

, xmltable ("/ locations/location ' m.locations adopted)

path of varchar2 (4000) column "agency."

the xmltype location path '.') PS;

Tags: Database

Similar Questions

  • CDATA section get lost during the storage of data in binary xml format

    Hello

    If anyone has found any documentation that once you store XML to binary xml format, it will not save CDATA tags? What is the expected behavior or a bug?

    for example, you have an instance xml like this:

    < foo > <! [CDATA [this is CDATA-content]] > < / foo >

    but once save you it in a table that stores this XMLType instance as binary xml, it is what is returned:

    < foo > it is CDATA content < / foo >

    Anyone can shed some light on this?

    Best regards

    Jürgen

    What is your version of the database?

    I reproduce on 11.2.0.2 or 11.2.0.3:

    SQL > create table xmltype tmp_xml

    xmltype store 2 as securefile xml binary;

    Table created.

    SQL > insert into tmp_xml values)

    xmlParse 2 (document ' ')

    3  );

    1 line of creation.

    SQL > select object_value in the tmp_xml;

    OBJECT_VALUE

    --------------------------------------------------------------------------------

  • How to get the return value of the method by calling the stored procedure in ApplModuleImpl

    Hello

    I use Jdev 10.1.3.4
    JSF, and ADF business components
    I created a service method in the implementing class of module request to execute the strored procedure in the database.
    This breeding returns a string value.
    now, I slipped the method of service of data control palette on my JSF page and chose ADF parameter form when I droped.
    It works very well.
    now, I want to display the string returned by the method of service after the execution on the JSF page as global messages.
    How can I achieve this.
    Help, please

    Thanks in advance

    Kind regards
    Ajit Agarwal

    Hello

    You must run programmatically run the method binding. If I'm not wrong then the following code will allow you to access the return value

    OperationBinding oper = bindings.get("MyPLSQLAccessMethodBinding") (OperationBinding);
    String returnValue = oper.execute ((String));

    Once you have the string in a managed bean you can add it to the stack of messages JSF exposed by the FacesContext

    Frank

  • Indexing of binary XML data exposed by using a relational view

    Hello

    I would like a forefinger XMLType columns. 11 GR 2, it is possible, but in paragraph 12.1?

    I give you my script to test.

    Thanks in advance

    -Server Oracle 12 c Enterprise Edition Release 12.1.0.1.0 - 64 bit Production

    CREATE TABLE t_col_xml

    (nom_doc VARCHAR2 (30) PRIMARY KEY, col_xml XMLType)

    XMLTYPE AS XML BINARY col_xml STORE;

    INSERT INTO t_col_xml (nom_doc, col_xml) VALUES

    ("compagnie.xml",

    ((XMLType.CREATEXML)

    ' <? XML version = "1.0" encoding = "UTF-8"? >

    < date_crea = "2010-08-30" company >

    < comp > AB < / comp >

    < driver >

    < patent pilot = "PL - 1" >

    < name > Benoit < / name >

    < name > Sarda < / name >

    < salary > 4000.20 < / salary >

    < / driver >

    < patent pilot = "PL2" >

    < name > Romaric < / name >

    < name > Benech < / name >

    < salary > 5000.40 < / salary >

    < / driver >

    < / drivers >

    Air Blagnac < nomComp > < / nomComp >

    (((< / company > ')));

    CREATE or replace VIEW comp_detail_vue AS

    SELECT a.comp, b.*

    OF t_col_xml.

    XMLTABLE ('/ company ' ADOPTION col_xml)

    Comp VARCHAR2 COLUMNS (6) PATH "comp."

    PILS XMLType PATH ' pilot/pilot'),

    XMLTABLE ('pilot' ADOPTION a.pils

    Patent of VARCHAR2 COLUMNS (6) "@brevet."

    prepil PATH VARCHAR2 (20) "first name",

    nompil PATH VARCHAR2 (20) "name."

    b salary NUMBER PATH "wages");

    Col nompil FORMAT A12

    ALTER SESSION SET nls_numeric_characters = ".";

    SELECT * FROM comp_detail_vue;

    /*

    MODEL OF PATENT PREPIL NOMPIL SALARY

    ------ ------ -------------------- ------------ ----------

    AB-1 PL Benoit Sarda 4000.2

    AB PL2 Romaric Benech 5000.4

    */

    -That is the problem

    SELECT DBMS_XMLSTORAGE_MANAGE.getSIDXDefFromView ('COMP_DETAIL_VUE')

    FROM DUAL;

    /*

    ERROR:

    ORA-06502: PL/SQL: error Numurique or error on a value: to wildcard cha¯ne pad printing too

    small

    ORA-06512: O "XDB. DBMS_XMLSTORAGE_MANAGE', line 2667

    ORA-06512: O "XDB. DBMS_XMLSTORAGE_MANAGE', line 2969

    */

    Hmm..., same result in 12.1.0.2.0. Overall it seems to be a bug although I have only seen 'getSIDXDefFromView', although always in the XMLDB Developer's Guide, eliminated in the packages (http://docs.oracle.com/database/121/ARPLS/d_xmlstorage_man.htm#ARPLS73588) reference.

    That said perhaps what follows is to help you to do it manually:

    DROP TABLE t_col_xml is serving;

    CREATE TABLE t_col_xml

    (nom_doc VARCHAR2 (30) PRIMARY KEY, col_xml XMLType)

    XMLTYPE AS XML BINARY col_xml STORE;

    INSERT INTO t_col_xml (nom_doc, col_xml) VALUES

    ("compagnie.xml",

    ((XMLType.CREATEXML)

    '

    AB

    Benoit

    SARDA

    4000.20

    Romaric

    Benech

    5000.40

    Air Blagnac

    ') ) );

    CREATE or replace VIEW comp_detail_vue AS

    SELECT a.comp, b.brevet, b.prepil, b.nompil, b.salaire

    OF t_col_xml.

    XMLTABLE ('/ company ' ADOPTION col_xml)

    Comp VARCHAR2 COLUMNS (6) PATH "comp."

    PILS XMLType PATH ' pilot/pilot'),

    XMLTABLE ('pilot' ADOPTION a.pils

    Patent of VARCHAR2 COLUMNS (6) "@brevet."

    prepil PATH VARCHAR2 (20) "first name",

    nompil PATH VARCHAR2 (20) "name."

    b salary NUMBER PATH "wages");

    Col nompil FORMAT A12

    the value of 10000 long

    ' ALTER SESSION SET nls_numeric_characters =".";

    SELECT * FROM comp_detail_vue;

    SELECT DBMS_XMLSTORAGE_MANAGE.getSIDXDefFromView ('COMP_DETAIL_VUE')

    FROM DUAL;

    /*

    CALL DBMS_XMLINDEX.dropParameter ('company');

    CALL DBMS_XMLINDEX.registerParameter)

    'company. '

    DBMS_XMLSTORAGE_MANAGE.getSIDXDefFromView ('COMP_DETAIL_VUE'));

    */

    CREATE INDEX i_col_xml

    ON t_col_xml (col_xml)

    INDEXTYPE IS "XDB". "" XMLINDEX.

    PARAMETERS ('GROUP compagnie_group

    XMLTABLE comp_sxi

    (tablespace users)

    "/ company"

    COLUMNS

    model VARCHAR2 (6) PATH "mock-up",.

    PILS XMLType "drivers/driver" VIRTUAL PATH

    XMLTABLE comp_pils_sxi

    (tablespace users)

    "pilot" PASSER-BY pils

    COLUMNS

    patent VARCHAR2 (6) PATH "@brevet".

    prepil VARCHAR2 (20) PATH "first name",

    nompil VARCHAR2 (20) PATH "name",

    salary NUMBER PATH 'salary'

    ');

    explain plan for

    SELECT * FROM comp_detail_vue;

    SELECT * FROM TABLE (dbms_xplan.display);

    --------------------

    OUTPUT

    --------------------

    table deleted T_COL_XML.

    table created T_COL_XML.

    1 inserted rows.

    view COMP_DETAIL_VUE created.

    session the changed VALUE.

    MODEL OF PATENT PREPIL NOMPIL SALARY

    ------ ------ -------------------- ------------ ----------

    AB-1 PL Benoit Sarda 4000.2

    AB PL2 Romaric Benech 5000.4

    Error at startup to the line: 48 in command.

    SELECT DBMS_XMLSTORAGE_MANAGE.getSIDXDefFromView ('COMP_DETAIL_VUE')

    OF THE DOUBLE

    Error report-

    SQL error: ORA-06502: PL/SQL: digital or value error: character string buffer too small

    ORA-06512: at "XDB". DBMS_XMLSTORAGE_MANAGE', line 2667

    ORA-06512: at "XDB". DBMS_XMLSTORAGE_MANAGE', line 2969

    06502 00000 - "PL/SQL: digital error or the value of %s.

    * Cause:

    * Action:

    index created I_COL_XML.

    plan FOR successful.

    PLAN_TABLE_OUTPUT

    -----------------------------------------------------------------------------------------------------------------

    Hash value of plan: 2425154757

    -----------------------------------------------------------------------------------------------------------------

    | ID | Operation | Name                   | Lines | Bytes | Cost (% CPU). Time |

    -----------------------------------------------------------------------------------------------------------------

    |   0 | SELECT STATEMENT |                        |     1.  1075 |     2 (0) | 00:00:01 |

    |   1.  NESTED LOOPS |                        |     1.  1075 |     2 (0) | 00:00:01 |

    |   2.   NESTED LOOPS |                        |     2.  1075 |     2 (0) | 00:00:01 |

    |   3.    NESTED LOOPS |                        |     1.   531.     2 (0) | 00:00:01 |

    |   4.     FULL RESTRICTED INDEX SCAN FAST | SYS_C009751 |     1.    12.     2 (0) | 00:00:01 |

    |   5.     TABLE ACCESS BY ROWID INDEX BATCH | COMP_SXI |     1.   519.     0 (0) | 00:00:01 |

    |*  6 |      INDEX RANGE SCAN | SYS91605_91606_RID_IDX |     1.       |     0 (0) | 00:00:01 |

    |*  7 |    INDEX RANGE SCAN | SYS91605_91609_PKY_IDX |     2.       |     0 (0) | 00:00:01 |

    |   8.   TABLE ACCESS BY INDEX ROWID | COMP_PILS_SXI |     2.  1088.     0 (0) | 00:00:01 |

    -----------------------------------------------------------------------------------------------------------------

    Information of predicates (identified by the operation identity card):

    ---------------------------------------------------

    6 - access ("T_COL_XML". ROWID = "SYS_SXI_2." ("' RID ')

    7 - access("SYS_SXI_2".") KEY '= 'SYS_SXI_3'.' PKEY")

    Note

    -----

    -the dynamic statistics used: dynamic sampling (level = 2)

    25 selected lines

  • too many return values for a single node

    I have a table with two columns

    the table structure
    ----------------------
    string school_name type
    xmltype obj_xml

    Row1
    ----------
    abc_school,
    < student >
    < student >
    < id > 101 / < ID >
    < teacher > CBA < / teacher >
    < / student >
    < student >
    < id > 102 / < ID >
    XYZ < teacher > < / teacher >
    ONP < teacher > < / teacher >
    RSM < teacher > < / teacher >
    < / student >
    < / students >

    row2
    -----------
    def_school,
    < student >
    < student >
    < id > 301 / < ID >
    pqr < teacher > < / teacher >
    < / student >
    < student >
    < id > 302 / < ID >
    XYZ < teacher > < / teacher >
    < / student >
    < / students >


    is it possible to display data in the format using a query oracle below.
    ---------------------------------------------------------------------------------------------------
    teacher id school_name
    --------------------- ------- ------------
    abc_school 101 abc
    abc_school 102 xyz
    abc_school 102 onp
    RSM abc_school 102


    I used the slot request, throwing an error - too many return values for a single node

    SELECT school_name, teacher
    ExtractValue (value (x), ' / / key ') like student_id
    extractValue (value (x), ' / / value ') AS teacher
    SCHOOL t,.
    TABLE)
    XMLSequence (extract (obj_xml, ' / students/pupils '))
    ) x

    Please post How can I modify this query, the teacher tags may vary for each student

    Published by: user7955917 on May 8, 2012 04:00

    As mentioned in your other thread today, it would be helpful if you could post your exact version of db.
    Samples of work would be appreciated too, the XML data, you gave are not correct.

    I would do it with two XMLTables, like this:

    SQL> SELECT school_name
      2       , x1.id
      3       , x2.teacher
      4  FROM school t
      5     , XMLTable('/students/student'
      6         passing t.obj_xml
      7         columns id       number   path 'id'
      8               , teachers xmltype  path 'teacher'
      9       ) x1
     10     , XMLTable('/teacher'
     11         passing x1.teachers
     12         columns teacher  varchar2(30) path '.'
     13       ) x2
     14  ;
    
    SCHOOL_NAME                            ID TEACHER
    ------------------------------ ---------- ------------------------------
    abc_school                            101 abc
    abc_school                            102 xyz
    abc_school                            102 onp
    abc_school                            102 rsm
    def_school                            301 pqr
    def_school                            302 xyz
    
    6 rows selected
     
    
  • Binary xml integration using oracle xml db

    Hello

    Give me some example of xml binary.

    With respect,
    L.Rajesh

    It can be as simple as

    Connected to Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 
    
    SQL>
    SQL> create table randomtab of xmltype
      2  xmltype store as securefile binary xml;
    
    Table created
    
    SQL>
    SQL> insert into randomtab
      2  values
      3  (xmltype(''));
    
    1 row inserted
    

    or much more detail on the basis of registered patterns and how come you to the table with the command CREATE TABLE (http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/statements_7002.htm#SQLRF01402)

  • Report header update XML with values of table of process model

    Using Get and add steps to add some containers StationGlobal the XML report.

    Then made changes to the horizontal.xsl to show the new values.

    Everything was fine until I tried to view the news of cable that is a container for three tables.  Find the correct xsl to analyse the way in which the table is stored in the xml file throws me a loop for.  Joined a scale to the bottom of the example.

    How the XML is stored...

    my best attempt at analysis... that it performs a loop twice but displays the same results

    Any thoughts...

    Thank you

    Kevin

    Kevin-

    I have attached copies updates to your XML and XSL files. Please take a look and see if this implements your target. Let me know if it does not or if you have questions about the changes.

    I hope this helps.

  • The list of values - return value identical to the display value

    I fill a selection list with the names of the members with a lov sql like the following

    < tt > select memberName d, r FROM whateverTable < /tt > memberId

    The problem is that in the database, the stored value is the Member ID. I really want the real memberName stored in the database instead I want to use this name of Member elsewhere in my application.

    When the integrated trigger executes its code

    < tt >

       if NVL (:old. CONTACT_PERSON,'0') ! = NVL (:new. CONTACT_PERSON,'0'( ) then

    Insert into eba_ca_history ()table_name component_rowkey COMPONENT_ID column_name old_value new_value) values

           ('EVENTS', :new.row_key, :new.event_id, 'EVENT_OWNER',:old. CONTACT_PERSON,:new. CONTACT_PERSON()

       end if ;

    < /tt >


    I get the following text shows on my apps update page-"owner of an event has changed from 457879885611315631565 to 2546454654546546546546..."

    lov.PNG

    I want the value of the actual display to display for an update instead of the return value.


    I tried to convert the value to help

    lov2.PNG


    But which causes the following error


    lov3.PNG


    How can I make sure that the return value of the lov being stored in the database matches the display value for the lov?

    Hi Richie,

    If I understand your request, simply set your LOV query with the same column like screen and return:

    select memberName as display_value, memberName as return_value FROM whateverTable
    

    If this isn't what you're asking, I apologize for the misunderstanding.

    Thank you

    Erick

  • ExtendScript function return values

    As far as I know, it is only possible to perform functions an Extension of CS ExtendScript. I see no (direct) to obtain the return value of a function of ExtendScript.

    CSXSInterface.getInstance () .evalScript () does not return any useful information. Am I missing something, or should I make a feature request?

    Substances

    Hey, substances,

    Try:

    function test1() {}

    Alert ("Hello");

    return "42blah blah blah."

    }

    You must serialize the object into an Xml STRING to return, and it must be in the format above (for an object in the property data of the SyncRequestResult). You can't return an object directly. It will not automatically put in the above xml format.

    You can also send back an arbitrary block of XML.

    Bob

  • Get.get ('XML') returns Null

    I use AJAX in my program to recover the city and the State of the ZIP Code entered. It used to work now it isn't and I don't know why. I have not changed at all the javascript or the application process. During the decoding of the javascript, I discovered that get.get('XML') returns NULL.

    The javascript is as follows:
    <script language="JavaScript" type="text/javascript">
    <!--
    function pull_multi_value(pValue){
        var get = new htmldb_Get(null,html_GetElement('pFlowId').value,
        'APPLICATION_PROCESS=SET_CITY_STATE',0);
    if(pValue){
    get.add('TEMPORARY_APPLICATION_ITEM',pValue)
    }else{
    get.add('TEMPORARY_APPLICATION_ITEM','null')
    }    
    gReturn = get.get('XML');
    alert('gReturn'+gReturn);
      if(gReturn){
            var l_Count = gReturn.getElementsByTagName("item").length;
            for(var i = 0;i<l_Count;i++){
                var l_Opt_Xml = gReturn.getElementsByTagName("item");
    var l_ID = l_Opt_Xml.getAttribute('id');
    var l_El = html_GetElement(l_ID);
    if(l_Opt_Xml.firstChild){
    var l_Value = l_Opt_Xml.firstChild.nodeValue;
    }else{
    var l_Value = '';
    }
    if(l_El){
    if(l_El.tagName == 'INPUT'){
    l_El.value = l_Value;
    }
    else if(l_El.tagName == 'SPAN' &&
    l_El.className == 'grabber'){
    l_El.parentNode.innerHTML = l_Value;
    l_El.parentNode.id = l_ID;
    }else{
    l_El.innerHTML = l_Value;
    }
    }
    }
    }
    get = null;
    }

    //-->
    </script>
    The on-demand process is as follows:
    DECLARE
    v_county VARCHAR2 (25);
    v_city VARCHAR2 (25);
    v_state VARCHAR2 (2);
    v_zip varchar2 (5);
    CURSOR cur_c
    IS
    SELECT the County, city, State, zip
    OF ZIP
    WHERE zip = v ("TEMPORARY_APPLICATION_ITEM");
    BEGIN
    HTP.p (: TEMPORARY_APPLICATION_ITEM);
    C BY cur_c
    LOOP
    v_city: = c.city;
    v_state: = c.state;
    v_zip: = c.zip;
    v_county: = c.county;
    END LOOP;
    OWA_UTIL.mime_header ("text/xml", FALSE);
    HTP.p ('Cache-Control: non-cache');
    HTP.p ('Pragma: non-cache');
    OWA_UTIL.http_header_close;
    HTP.prn ("< body >");
    HTP.prn ("< desc > This XML genericly defines several elements < / desc > '");
    HTP.prn ("< item id ="P2_CO_CITY"> ' |") v_city | ("< / item >");
    -HTP.prn ("< option id ="P2_CO_STATE"value ="' | c.state |) '">' || c.State | ("< / option >");
    HTP.prn ("< item id ="P2_CO_STATE"> ' |") v_state | ("< / item >");
    HTP.prn ("< item id ="P2_COUNTY"> ' |") v_county | ("< / item >");
    HTP.prn ("< item id ="P2_CO_ZIP"> ' |") v_zip | ("< / item >");
    HTP.prn ("< / body >");
    EXCEPTION
    WHILE OTHERS
    THEN
    OWA_UTIL.mime_header ("text/xml", FALSE);
    HTP.p ('Cache-Control: non-cache');
    HTP.p ('Pragma: non-cache');
    OWA_UTIL.http_header_close;
    HTP.prn ("< body >");
    HTP.prn ("< desc > This XML genericly defines several elements < / desc > '");
    HTP.prn ("< item id ="P2_CO_CITY"> ' |") SQLERRM | ("< / item >");
    HTP.prn ("< / body >");

    END;
    The javascript is run when someone tabs out of P2_CO_ZIP_LOOKUP. The HTML Form Element Attributes is:
    onChange = "pull_multi_value (this.value); »
    I ran the SQL statement from the On-Demand Process (ODP) in SQL Workshop and it worked fine.
    
    It doesn't work using FF or IE7 at my company but iIt works fine on APEX.ORACLE.COM. I tried using Firefox but could not find the cause of the problem.
    
    Login Credentials:
    Workspace:  RGWORK
    Application:  Online Certification Application Prototype (21405)     
    User:           tester
    Password:    test123
    Page     :     2 (Name and Address)
    
    Can someone help me?
    
    Thanks,
    Robert
    http:\\apexjscss.blogspot.com
    
    Edited by: sect55 on Mar 24, 2010 9:52 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            

    Hello:

    The AJAX call that happens from a public page? If so replace the '0' in the instantiation of the 'htmldb_Get' $v ('pFlowStepId').

    CITY

  • LOV, not return values more some limit

    Hi guys,.

    I created 2 fields of research (State, region) in report page. Two of them are based LOVs. The user select the first value in the field, the next field LOV return values based on the first field (AJAX call). First field is States as "VIC", "NSW", "HIS" etc., next field is 'Space'. When I select State other than "NSW" in the State field and then the next field is filled with success. But when I select the State as 'NSW' then the next field is empty. "NSW" State has made more than 100 in the table (LOV based on), but other States have even less than 10 records. When I remove "NSW" (more than 50) documents in the table then it works.

    Can - as anyone knows if there is a limit of LOV that can be taken in charge?

    Bill:

    The presence of special characters is exactly what I had suspected.

    You must use the function replace in the query that is run by the "application process" that is called by your AJAX call. This process of applicition generates the XML code, which is then used by your Javascript to build the LOV.

    CITY

  • Until v.22.0 I've always backed up and restored my passwords stored in an xml file called password-export-2013-05 - 15.xml; However, with v.22.0, he has no other choice

    Firefox "Tools/Options / ' always had the option to backup and restore my passwords stored in an xml file, but I find it anymore this option and questions on the saved passwords on this site refers to a file 'db' instead of 'xml '. What about the files ' export-passwords - date - .xml? How to restore the same saved passwords that I restored years. Any comments or advice is greatly appreciated.

    Use Firefox Addons

    Advance - backup your profile - Mozilla Firefox stores all your personal settings, such as bookmarks, passwords and extensions, in a profile on your computer folder

  • How to use the return value of TestComplete (using COM) as a variable in the conditional statement (for example loops) TestStand

    Hello

    I have setup a COM interface for TestStand (TS) to run some scripts in TestComplete (TC).  Normally, when TestComplete has finished executing the script, it returns a 0 or 1 to designate the success/failure during the TestStand step (step test for example String value).  It worked well.

    However, now I need TestComplete to regain a vaule (e.g. 32) TS and TS need to assess this value in a while statement. So if the TC value is 32, I would have some statement in TS ike:

    While (return value! = 30)

    Do something...

    Thank you

    Jigg,

    No, the program does not have a new thread.  It's just a single sequential thread. She called other sequential files, and that's all.

    I think I'll have some luck with the StationGlobal.  It seems to work (for example by setting the StationGlobal a single sequence file automatically updates the Stationglobal in another movie file, sort of like passing the reference value)

    Thank you!

  • Use the return value to do step digital multiple success or failure

    Hello

    I use a multiple digital step to check several measurements by an external DMM through a function created in CVI.  I would like to use the return value of the function to replace the global status of the step. The reason is that the return value indicates a communication error, while steps are being taken, and which would lead to a "fake" fake or false 'Pass '.

    What I would do is more or less this >

    If the return value is 0, then check if the measuremets are between the limits

    If return value! 0 = there was a communication error so step continues to operate independently of the measure.

    I tried combining multiple digital step with a step of pass/fail, but it does not work.

    I also trie to change the expression of the status of the multiple digital steps but basically ignores him.

    Any ideas?

    Thank you

    Javier

    Why don't you just make that return the value limits for multiple numerical limit stage.  Comparison of the EQ value and the low limit to 0.

    That would make the most sense.

  • How to return values in calls to subsequence?

    I want to call a sous-suite. I pass parameters to this subsequence but I want too return values. Is it possible to return values other than using globals?

    -Pat

    Hello

    You can set the parameter as "pass by reference". Right mouse click on the setting you are interested in and you will find this setting.

    Concerning
    Ray Farmer

Maybe you are looking for

  • How can I reset an entry form node to 0 after the program has finished?

    So in my program the shift register sends its value to the carter, an entry in the node form. When I press the STOP button sump will always have the last value of the shift register so I run the program to new area will have an initial value (not 0)

  • Lenovo t61 no display, only if I connect an external monitor.

    I started using my lenovo with a second screen, but then after a few days the main screen of my laptop has stopped working, and I can use it only to the secondary monitor. If I put windows 'Add' screens and I close and open the laptop, for about 1 se

  • You want to buy a printer.

    I have a hp Pavilion g7-2118nr Notebook PC and you want to buy a wireless printer. I would like to have the photo, scanner, printer. It will be not much used. Open to suggestions. Preferably no more than $100.00 +.

  • Dead zone wheel 3000 Microsoft wireless mouse

    Hello I don't know how find this problem on the internet so I wonder if anyone can help make me the right words to look for this problem. I have Windows Vista Ultimate x 64 and a 3000 Microsoft wireless mouse When I scroll with the wheel, if I go dow

  • Why windows Defender to turn itself off the power

    I n, t have mcaffee but I have avg free 9.0 that I don't mind start time ever just curious to know why it turns off thank you for any answer, you can give me