Creation of the unique combinations

Hello

I am trying to create unique combinations of two numbers, for example: (1,2), (1,3)... etc by using the following code:

DECLARE

v_count number (4): = 0;

BEGIN

I'm in 1.5

LOOP

J in 1.5

LOOP

v_count: = v_count + 1;

dbms_output.put_line (v_count |'-> ('| i | ',' | j |') ');

END LOOP;

END LOOP;

END;

But here, I am unable to stop the same combinations of repeat - (1,2), (2,1) or (2,3), (3,2).

Can someone help me figure out how to stop the same combinations of repeat.

For example: if (1.2) is there then (2.1) should not be there.

Concerning

Hawker

DECLARE

v_count number (4): = 0;

BEGIN

I'm in 1.5

LOOP

FOR j in i... 5

LOOP

v_count: = v_count + 1;

dbms_output.put_line (v_count |') -> ('|| i||','|| j||')');

END LOOP;

END LOOP;

END;

/

1-> (1.1)

2-> (1,2)

3-> (1,3)

4-> (1,4)

5-> (1.5)

6-> (2.2)

7-> (2,3)

8-> (2.4)

9-> (2.5)

10-> (3.3)

11-> (3,4)

12-> (3.5)

13-> (4,4)

14-> (4,5)

15-> (5.5)

Tags: Database

Similar Questions

  • An IF statement, based on a unique combination of records from a table of encoding

    I want to capture the unique combination (col1, col2, col3) from a table one. If these figures obtained from a combination of col1, col2, col3 exceed a number of 1 and then do something else.

    SELECT a.col1,a.col2,a.col3,count(*)
    FROM table a
    group by a.col1,a.col2,a.col3
    having count(*) > 1

    Hello

    I don't know what you are looking for. Is this something like that?

    SELECT    col1, col2, col3
    ,        COUNT (*)          AS cnt
    ,       CASE
              WHEN  COUNT (*)  > 1
              THEN  'Somehting'
              ELSE  'Something else'
           END               AS opt
    FROM        table_a
    GROUP BY  a.col1, a.col2, a.col3
    ;
    

    Whenever you have a question, please post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all of the tables involved and the results desired from these data.
    In the case of a DML (such as INSERT) operation the sample data should show what look like the paintings before the DML, and results will be the content of the or a modified tables after the DML.
    Explain, using specific examples, how you get these results from these data.
    Always say what version of Oracle you are using (for example, 11.2.0.2.0).
    See the FAQ forum {message identifier: = 9360002}

  • Date of creation and the Date of importation

    When you import photos or video in the Photos to a folder, the application uses the date of importation of integration rather than the original creation date.  The result is that imports are all presented together under "Today."  Many photos and video taken on different dates, so I would only they listed according to date of creation rather than be grouped under the date of importation.  I went 'View' and checked "date of creation".  Photos don't work with "SORT" because it is always grey.  Any help would be greatly appreciated!

    If you look in the window of Photos photos and videos are sorted by date with the oldest items at the top.  This sort order cannot be change.

    In the pictures window, the elements are sorted by the date imported into the library with the oldest at the top.  The sort order cannot be changed here either.

    So, you can use a smart album to include all your photos in the library and then sort them one of these ways:

    The smart album could be created to this criterion:

    that would include all the photos in the library.  Now you can sort them as you like.  Just make sure that the date is early enough to catch all the photos in the library.

    Moments in Photos are new events, i.e. groups of photos sorted by date of catch.

    When the iPhoto library has been migrated first to the pictures there is a folder created in the box titled iPhoto events and all migrated iPhoto events (which are now Moments) are represented by an album in this folder. Use the Command + Option + S key combination to open the sidebar if it is not already open.

    NOTE: it has been reported by several users that if the albums of the event are moved in the iPhoto Library folder in the sidebar, they disappear.  It is not widespread, but several users have reported this problem.  Therefore, if you want to if ensure that you keep these event albums do not transfer out of the iPhoto events folder.

    Is there a way to simulate events in pictures.

    When new photos are imported in the library of Photos, go to the smart album last import , select all the photos and use the file menu option ➙ New Album or use the key combination command + N.  Call it what you want.  It appears just above the folder to iPhoto events where you can drag it into the events in iPhoto folder

    When you click on the folder to iPhoto events, you will get a window simulated of iPhoto events.

    Albums and smart albums can be sorted by title, by Date, with the oldest first and by Date with the most recent first.

    Tell Apple what missing features you want restored or new features added in Photos Photo-Applefeedback.

  • Involved in the creation of the database in PeopleSoft FSCM

    Hi all


    I am creating the peoplesoft FSCM 9.2.I for database have followed the steps outlined in the document to install oracle (peopleTools version 8.54). I had the problem when I try to connect like application designer "EBU Invalid ID and password for sign. I can able to connect using Data Mover SYSADM/SYSADM.

    I have run the grant.sql query too. Please tell how to solve these errors. I created the db twice, but no luck, I got the same problem.

    I doubt that there is any some Userid for FSCM (Say VP1),because I have procedure step by step the document they say for user ID FSCM is VP1. But in dbowner.sql it look like as follows

    DBOwner.SQL

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

    set echo on

    coil dbowner.log

    GRANT DBA TO PS IDENTIFIED BY PS;

    CONNECTION PS/PS;

    CREATE TABLE PSDBOWNER (DBNAME VARCHAR2 (8) NOT NULL, OWNERID VARCHAR2 (8) NOT NULL) TABLESPACE PSDEFAULT;

    CREATE A UNIQUE PS_PSDBOWNER ON PSDBOWNER (DBNAME) INDEX TABLESPACE PSDEFAULT;

    CREATE THE PSDBOWNER FOR PSDBOWNER PUBLIC SYNONYM;

    System/CONNECTION Manager;

    REVOKE DBA OF THE PS;

    ALTER USER QUOTA UNLIMITED ON PSDEFAULT PS;

    spool off

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

    "Please tell me if I need to change the" 'PS " as"VP1 "in file above. ? If it's like me please where are all the place, I have to change "PS" as "VP1. And when during the installation of the database as asking for Application Server ID Application Server and Password.Please tell what I want to give "PS" or "VP1"? Untitled.png

    Please help resolve this error. Sorry if I misunderstood any procedure.

    I think you need some basic knowledge of first before going any further in the installation.

    SYSADM is the owner of the user Oracle Peoplesoft objects (tables, views,...), you can connect to SGD but will be "bootstrap" mode only. It cannot be used for AppDesigner connection.

    PS is a locked user account Oracle hosting only arrays of connection security. It cannot be used for any connection of DMS or AppDesigner application.

    VP1 is a user of the application. It cannot be used for Oracle, only DMS/AppDesigner connection. If you turn on all counts with the default password of the screenshot that you has shown, it should be able to connect to the application.

    Server application ID is used to manage the application server, defined in the configuration file of the application server.

    Sorry to move, but you really must go through the documentation official http://docs.oracle.com/cd/E55418_01/psft/html/docset.html

    In particular: http://docs.oracle.com/cd/E55418_01/psft/acrobat/Getting_Started_on_PeopleSoft_Installation_072014.pdf and http://docs.oracle.com/cd/E55418_01/psft/acrobat/PeopleTools_8.54_Installation_for_Oracle_072014.pdf

    I also explained something like several years there on my blog and always topical: on the road to Peoplesoft: on the road to Peoplesoft: creation of the Peoplesoft database

    Nicolas.

  • Hi all. I have adobe PS cc and I want to upgrade for PS and lightroom. How can I go about it without having to pay for two and a unique combined price? Thank you

    Hi all. I have adobe PS cc and I want to upgrade for PS and lightroom. How can I go about it without having to pay for two and a unique combined price? Thank you

    You should talk to Adobe Support by chat or phone when they are available (not usually weekend) because they might be able to help to organize the change without any cancellation penalties.

    Phone/Chat support - for the link below, click on the still need help? the option in the blue box below and choose the option to chat...
    Make sure that you are logged on the Adobe site, having cookies enabled, clearing your cookie cache.  If it fails to connect, try to use another browser.

    Creative cloud support (all creative cloud customer service problems)
    http://helpx.Adobe.com/x-productkb/global/service-CCM.html ( http://adobe.ly/19llvMN )

    Otherwise what you would normally do, it is first of all visit the following page to see what you can do on your own

    Manage your membership and your payment. Creative cloud

    https://helpx.Adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting-creative-cloud.html

    and then if necessary undo the current plan (penalties being possible) and subscribe to the new.

    Cancel your subscription or membership. Creative cloud

    https://helpx.Adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

  • DBAdapter retains the unique causing value sequence force error

    Hi gurus BPEL.

    I am facing a problem in EBS integration of the invoice of the OTM.
    AP invoice header is inserted, the AP invoice lines does not get inserted due to the below error in BPEL. Import of payment fails, as there are no invoice lines.


    Anomaly of the non-recoverable system:
    Exception occurred when the link was invoked. Exception occurred during invocation of the JCA binding: "JCA binding run reference"insert"operations have to: DBWriteInteractionSpec Execute Failed Exception." insertion failed. The descriptor name: [APInvoice.ApInvoicesInterface]. Caused by java.sql.BatchUpdateException: ORA-00001: unique constraint (AP. AP_INVOICE_LINES_INTERFACE_U1) violated. Check the logs for the record output full DBAdapter before this exception. This exception is considered non reproducible, probably due to an error of modeling. To be classified as reproducible rather add property nonRetriableErrorCodes with the value "-1" for the deployment descriptor (i.e. weblogic - RA.Xml). Auto retry a reproducible fault set composite.xml for this invoke these properties: jca.retry.interval, jca.retry.count and jca.retry.backoff. All properties are integers. ". The called JCA adapter threw an exception of resource. Please review the error message above carefully to determine a resolution.


    SOA DB Connections seem to retain the sequence used in the cache and assign the same when the Bill for the line is inserted. This causes the Unique constraint error when inserting the table of AP invoice lines in EBS.

    I call the standard APInvoices.wsdl to make the insertion AP_INVOICE_LINES_INTERFACE. I noticed that in the file APInvoice - or - mappings.xml contains the following code
    > the sequence name < AP_INVOICE_LINES_INTERFACE_S < / sequence-name >
    < table sequence-field = "AP_INVOICE_LINES_INTERFACE" name = "INVOICE_LINE_ID" / >
    < / sequencing >
    < cache >
    weak-reference < cache-type > < / type of cache >
    <-cache size >-1 < / cache size >
    true < always refresh > - < / always refresh >
    < / cache >
    < remote caching >
    weak-reference < cache-type > < / type of cache >
    <-cache size >-1 < / cache size >
    < / remote caching >

    Is their anything I can change something in the BPEL process to refresh the cache of the sequence all the time.

    Alternative, I think now is below.
    1. check with customer if they can do the sequence AP_INVOICE_LINES_INTERFACE_S as NOCACHE.
    2. pull the invoice line via pl/sql adapter and complete the invoice line. But in this case, I'm not sure if Web APInvoice service code will try to update with the generated BPEL sequence.

    Any direction on this issue will be of great help.

    Thank you
    Shobz

    Hi Anushal,
    Thanks for the reply.

    Hi all
    The problem has been resolved with the creation of this «sequencePreallocationSize» DBAdpater
    As this property is set to 50 DB adapter's default, it did not fit with the INCREMENT BY the AP_INVOICE_LINES_INTERFACE_S sequence that has been set to 1.

    What happens in the adaptor DB is, when the first record is created, it takes the nextval in the sequence (assume it is 20), however it uses then his own sequence internal for the next 50 files by reference to the value set in this property (by creating records with primary keys from 20 to 70) and only when this internal sequence is exhausted it will return to the sequence of database.
    Meanwhile, any other inovoice created AP would recover DB, which could be his word to say value 21, in conflict with the inserted by BPEL, throw a unique constraint.

    Setting this property to 1 or corresponding increment sequence solved the problem.

    Thank you
    Shobz

  • Get the "unique constraint" error while mapping custom jsp

    Hello

    We are implementing iStore R12 (12.1.3).

    We have customized ibeCCtdMenu.jsp, renamed as xxibeCCtdMenu.jsp and moved to $OA_HTML / folder.

    Now in the template Manager, we create a new source (xxibeCCtdMenu.jsp) file to the title of "model of generation of Menu".

    However when we select site and language like 'All', it gives following error:
    Error in the logical record of physical mapping
    ORA-00001: unique constraint (IBE. IBE_DSP_LGL_PHYS_MAP_U2) violated in the package IBE_PhysicalMap_GRP procedure save_physicalmap
    All the sites and all the language already exists exists for 7670 deliverable

    How can we overcome them this error? Please notify.
    Thank you
    Vivek

    for a given Site and the language combination, can exist only one model.
    Default file provided by Oracle is set with combination like all Sites - all languages, and you will not be able to change it.

    Save your file with combination such as all Sites - English
    or , all languages.

    Then it will work fine.

    Hrishikesh

  • Creation of the database - need help

    Hi all

    I am new to the creation of the database. We have a project starting early next month.

    The application acts as an interface to multiple users. A user will have access to its together authorized data.
    So, he/she can/don't should not access the data of other users. This is the scenario with all other users.

    We hope that we will have the large amount of data specific to each user. We have identified some ways to do this:

    1. create separate schemas for each user.
    2. create a unique layout and have a main table that will have all the details of the user. On this basis, the data will be created in the tables.
    3. do you have a unique layout and create partitions partitions/sup in the tables for each user.

    We have identified the above, with a minimum exposure of creation/maintenance of database. So, we do not know who would be the ideal way

    Can you please suggest the best thing to do here.

    Thanks in advance.

    If the data structure is exactly the same for all these users and the number of users is high, a better way is to its virtual private database. With DPV, you have a transaction data, but each user will have access to its own lines only.

    http://www.Oracle.com/technetwork/database/security/index-088277.html

    It is more extensible than the solutions you provided and are very transparent after the initial installation.

  • I don't know what this concept is called... something on the uniqueness

    Let's say I have a single table of maintenance tasks. The table has the following columns:
    auto-increment index
    TaskName
    step_number
    step_name

    Thus, each task will have a series of steps to complete. I want to assure you that the step_numbers are not duplicated in a given task. Of course, one way to solve this problem would be to have a separate table for each maintenance task, which would only hold the records for each step. But I do not know the number of different tasks and will probably add more, in order to add a new table every time makes no sense. So, is this "exclusive" something I need to check on the client side before the update, or is there a way to create a database such as this constraint. Oh, and if this concept has a specific name, I'd be happy to hear it.

    Well, then we'll break down Centinul answer some.

    Standardisation - see the wiki: http://en.wikipedia.org/wiki/Database_normalization

    Its 'missions' table uses a task_id as primary key; may also be known as a surrogate key. The column "TaskName" now is just data. If you want to change the "data", you can change without affecting the relationships between the tables. Change to anything you want, as often as you like; It's just data. If you do "TaskName" the primary key, "lock you", then it becomes an integral part of the table relation to the table. Worse, the taskname value must be unique in the table task_steps. You cannot change easily in two tables because the tables are interconnected.

    The picture of 'missions' becomes a master table of all possible tasks with one record for each task.

    CREATE TABLE tasks
    ( task_id   NUMBER        PRIMARY KEY
    , task_name VARCHAR2(255) NOT NULL
    );
    

    His painting "the steps" is similar to the task table, a master table of all possible measures with one record for each task as possible. There is no information in this table on which task a step belongs to. A step may be part of multiple tasks, or a part of any task at all. As with the table of tasks the step_id is just a number to make the unique records; It can be assigned to a value using a sequence generator (Oracle sequence). The numbers must be consecutive, can be positive, negative, include decimal values. the only requirement is that they are unique in the table.

    The step_name is now just a piece of data. Feel free to change the name when you want. The new name will appear in the new requests, but this will not affect the relationship between the tables.

    CREATE TABLE steps
    ( step_id   NUMBER        PRIMARY KEY
    , step_name VARCHAR2(255) NOT NULL
    );
    

    Now the part that can seem confusing at first. Its task_steps table is known as a table of intersect. It "cuts" the task table and the table "steps of the task. The records in this table are that associates a step in the table in step with a task in the tasks table.

    To link the two tables, it added a column "task_id" to refer to a record in the table of tasks and added a column "step_id" to refer to a record in the table as follows. Each corresponding clause references tells Oracle to enforce this relationship. If you CAN add a record to a task_id value that does not exist in the table. And you CANN "OT add a record with a step_id value that does not exist in the table of measures.

    But, you said you want each step that is associated with a task to have a number from 1 to n; This means that each task will be a first step.

    Centinul has added a column "step_order"; It's the same thing as what you called "step_number" so you can use your name if you wish. The CONSTRAINT of UNIQUENESS on task_id and step_order tellsl Oracle that the combination of these two values MUST BE UNIQUE within the table. Oracle still does not care what the values are as long as they are unique. You can have values of 2, 6 step_order, -1, and Oracle don't care; It's a business rule guaranteeing the Oracle without more help.

    {code}
    CREATE TABLE task_steps
    (task_id NUMBER NOT of REFERENCES NULL tasks (task_id)
    NOT NUMBER of REFERENCES NULL steps (step_id) step_id
    step_order NUMBER NOT NULL,
    CONSTRAINT task_steps_pk PRIMARY KEY (task_id, step_id)
    Task_steps_uk of UNIQUE CONSTRAINT (task_id, step_order)
    );

    {code}

    He gave you the best possible example for what you want to do.

    To add a record to the table task_steps:

    1. Select a folder that already exists in the task table and use the task_id of this record value
    2. Select a folder that already exists in the table of the steps and use the value of this record step_id
    3. determine the highest step_order value that already exists in the task_steps table and add 1 use the new value to step_order for the new record.

    Step #3 is the tricky part, because there may be multiple users or process tries to add records at a time. This is why this business rule is often used only for applications such as INVOICE and LINEITEM wher the same process creates the parent (INVOICE - task for your example) and all the records of the CONTROL unit (task_steps) at the same time.

    Help to explain what suggested Centinul?

  • I Source name unique combination Autopost ID?

    I'm trying to run a validation by using the FND_REQUEST. PL/SQL SUBMIT_REQUEST API call
    After sucessfully import several combinations of SET_OF_BOOKS_ID and USER_JE_SOURCE_NAME;
    i.e.
    SET_OF_BOOKS_ID USER_JE_SOURCE_NAME
    --------------- -------------------
                  2 ARCHER_Fee R
                  2 Adjustment
                  2 BALANCE_Upload_R
    I would like to display specific to each combination and found that whenever I run a post (laid program for the GLPAUTOP), using the FND_REQUEST. SUBMIT_REQUEST procedure call, display more of a source occurs.

    The parameters of GLPAUTOP are SET_OF_BOOKS_ID & AUTOPOST_ID.
    I suspect that this is because the AUTOPOST_SET_ID is not unique, because when I run the following SQL:
      1  select  gpp.JE_Source_Name, gjs.User_JE_Source_Name, gpp.Autopost_Set_ID
      2  from    GL_Automatic_Posting_Options  gpp
      3         ,GL_Automatic_Posting_Sets     gps
      4         ,GL_JE_Sources                 gjs
      5  where   gpp.Autopost_Set_ID           = gps.Autopost_Set_ID
      6  and     gps.Set_Of_Books_ID           = 2
      7  and     gjs.JE_Source_Name            = gpp.JE_Source_Name
      8* and   gjs.User_JE_Source_Name in ('Adjustment','ARCHER_Fee R','BALANCE_Upload_R')
    SQL> /
    
    JE_SOURCE_NAME            USER_JE_SOURCE_NAME       AUTOPOST_SET_ID
    ------------------------- ------------------------- ---------------
    2                         ARCHER_Fee R                            2
    4                         Adjustment                              4
    75                        BALANCE_Upload_R                        2
    I noticed that the AUTOPOST_ID is not unique!
    Thus, for example, if I run the source 'ARCHER_Fee_R' display, display would occur for the "BALANCE_Upload_R" source as well. I would only the source "ARCHER_Fee_R" which will be shown however.

    If someone could advise as to what needs to be changed in order to get a unique combination of AUTOPOST_ID & SET_OF_BOOKS_ID for each specific "JE_SOURCE"?
    Or, Alternatively, how I can go about the recognition of a single source?

    New on Oracle Apps, so appreciate any help!

    THX

    P;

    Please set up an automatic recognition set criteria specifically to include the only categories you are interested in.
    Use the autopost_set_id of this configuration of automatic recognition criteria while submitting the process and which should
    filter sources categories is not necessary.

    Sets automatic recognition criteria are defined for combinations of the accounting plan and calendar. All of the access of data assigned to your responsibility determines the combination of the chart of accounts and the calendar that you set for all of your criteria.

    When you define a set of automatic recognition criteria, run the program of automatic recognition to select and display sheets that meet the criteria defined by the criteria. You can also schedule the program of recognition auto to run at specified times and intervals of the submission. You can submit the automatic recognition program or plan AutoPost series directly from the window series of automatic recognition criteria. Alternatively, you can use the window application.

    Hope this helps

  • Full backup impossible. An error occurred during the creation of the backup folder.

    Having had a HARD drive failure and have replaced I have now bought a WD 3 to WD My Book for Mac. Plug and put in place to save. However will not achieve, and gives this error message

    Full backup impossible. An error occurred during the creation of the backup folder.

    Does anyone else have this problem?

    Paul

    How the drive is formatted?

  • Simply extract the unique rows in table 2d

    Hello, I'm sorry for my English. I have a chart 2D with thousends of rows and 2 columns. I want to extract only the unique rows in the table. So I need to exclude all lines have that / which (?) duplicate (s) and exclude the duplicate (s) too.

    Simple example:

    Input array:


    0 0 ---> single

    0 1 ---> D1

    1 0 ---> single

    1 1 ---> D1

    0 1 ---> D2

    2 0 ---> single

    1 1 ---> D2

    2 0 ---> D1

    1 1 ---> D3

    2 0 ---> D2

    2 2 ---> unique

    Desired output table:


    0 0

    1 0

    0 2

    2 2

    Can someone help me?

    Hi Werty,

    To do this is to compare each line with the entire table and count the number of matches.

    If there is only a single match, then the line is unique.

    Here is an example:

    Outside for the index of the loop through each line.

    Inside of the loop compares each line with the entire table and counts the matches.

    Then, a check is made to see if this line is unique.

    The case statement adds unique lines in the output array.

    Note: Use a table function build in a loop like this could cause problems if there will be a large number of unique lines.

  • replace the uniqueness and leave those in expressions

    Hello

    I'm looking for beautiful and elegant solution to my problem. Let's say I have a string "e + exp (e)". I want to replace all 'e' by '1', except for "exp". I tried to use regular expressions, but I failed an hour later... The solution should be able to resolve things like replace "a" to "r (a)" without changing the rand. Basically, I need to replace the uniqueness without replacing those words or phrases.

    Any ideas?

    No time for elegance now, just brute force.  I would touch the string with spaces at each end to remove end cases and then look for the character surrounded by non-alphabetiques characters.

  • kindly tell how to use the unique value of a table with the index 0

    kindly tell how to use the unique value of a table with the index 0

    Hi
     
    Yep, use Index Array as Gerd says. Also, using the context help ( + h) and looking through the array palette will help you get an understanding of what each VI does.
     
    This is fundamental LabVIEW stuff, perhaps you'd be better spending some time going through the basics.
     
    -CC
  • my laptop's sound creation all the time whenever I'm on it... When I touch, it makes its strongest...

    my laptop's sound creation all the time whenever I'm on it... When I touch, it makes its strongest...

    Friday, October 12, 2012 14:20:21 + 0000, gops22 wrote:

    my laptop's sound creation all the time whenever I'm on it... When I touch, it makes its strongest...

    What kind of noise? If it's the hard drive makes noise, there
    probably about to die and should be replaced as soon as POSSIBLE.

    Ken Blake, Microsoft MVP

Maybe you are looking for

  • Non-stationary cursor

    My cursor becomes no longer the cursor that should be when you move to a hyperlink in any program (Safari, Chrome, TextEdit, etc.). There is simply no past action stationary because the actions of hover, a video player from YouTube, where pop control

  • Why Firefox do not recover my windows and tabs 98% of the time at startup?

    Almost everytime I close Firefox I go back to my homepage first.Almost whenever I boot Firefox I get the message on the screen ' well, this is embarrassing, Firefox can not recover your windows and tabs "and I have to select Restore Session.

  • Card problems WiFi - Satellite-L50d-c-12z

    Hello everyone, I recently bought this beautiful model of portable Satellite L50D-c-12z. I have a problem with the original wireless card because it is of poor quality and I decided to replace it with a better. I bought an intel 7265ngw BN. After hav

  • Virtual store Toshiba account reset - 32001

    Hi, friends: Please, reset account 32001. Thank you very much

  • Node call within the DLL run-time library

    Hello! Is it possible to call a DLL function call library function node? I mean starting with first COLD LAKE that runs the local function of the DLL Function1() and Function1 runs second CLFN2 and passes the data to LV?