need help to convert this procedure used and call in coldfusion

Hi I'm new to coldfusion and I haed of the code with me and I need it to convert in the stored procedure and will call back within coldfusion. Can someone help me how to make these data to the stored procedure and calling in coldfusion.

Here is the code of my

SET NOCOUNT ON

DECLARE
@cpt_dpt_cd char (2)
@cpt_com_cd char (3)
@sub_com_cd char (5)
@con_upc_no char (13)
, @pid_lng_dsc_tx varchar (100)
, @pid_sht_dsc_tx varchar (100)
, @rev_by varchar (8)
@rev_dt datetime


DECLARE upc_cursor CURSOR FOR
SELECT *.
OF di_audit_corp_upc_ldr_tbl
WHERE con_upc_no IN ((in English only)
SELECT con_upc_no, COUNT (*)
TABLE [dbo]. [di_audit_corp_upc_ldr_tbl]
GROUP BY con_upc_no
HAVING COUNT (*) > 1
)
ORDER BY con_upc_no

OPEN upc_cursor

-It is performed while the previous extraction is successful.
FETCH NEXT from upc_cursor
IN
@cpt_dpt_cd
@cpt_com_cd
@sub_com_cd
@con_upc_no
@pid_lng_dsc_tx
@pid_sht_dsc_tx
@rev_by
@rev_dt

-Check @FETCH_STATUS to see if he has more lines to fetch.
WHILE @FETCH_STATUS = 0
BEGIN
-If not exists
IF NOT EXISTS)
SELECT con_upc_no
OF dbo.di_audit_corp_upc_tbl
WHERE con_upc_no = @con_upc_no
)
BEGIN
-Insert record
PRINT "insert UPC: ' + @con_upc_no"

INSERT INTO dbo.di_audit_corp_upc_tbl)
rcp_dpt_cd
cpt_dpt_cd
cpt_com_cd
sub_com_cd
cas_upc_no
con_upc_no
con_upc_tx
pid_lng_dsc_tx
pid_sht_dsc_tx
aut_vld_cd
rev_by
rev_dt
) (VALUES
'07'
@cpt_dpt_cd
@cpt_com_cd
@sub_com_cd
'0000000000000'
@con_upc_no
@pid_lng_dsc_tx
@pid_lng_dsc_tx
@pid_sht_dsc_tx
, 'N'
@rev_by
@rev_dt
)
END
ON THE OTHER


BEGIN
-to jump
PRINT ' UPC to jump: "+ @con_upc_no
END
< cftransaction action = "commit" / >
-It is performed while the previous extraction is successful.
FETCH NEXT from upc_cursor
IN
@cpt_dpt_cd
@cpt_com_cd
@sub_com_cd
@con_upc_no
@pid_lng_dsc_tx
@pid_sht_dsc_tx
@rev_by
@rev_dt

END

CLOSE Upc_cursor
DEALLOCATE upc_cursor

If I understand your SQL code you select some records in the di_audit_corp_upc_ldr_tbl table.  For each record in the results, you insert di_audit_corp_upc_tbl if a matching record does not already exist in di_audit_corp_upc_tbl.  If this summary is correct, you could try rewriting your query to avoid using a cursor.

Something like the example below might work (I have not tested this code).

INSERT di_audit_corp_upc_tbl (rcp_dpt_cd, cpt_dpt_cd, cpt_com_cd, sub_com_cd, cas_upc_no, con_upc_no, con_upc_tx, pid_lng_dsc_tx, pid_sht_dsc_tx, aut_vld_cd, rev_by, rev_dt)
SELECT ' 07', cpt_dpt_cd, cpt_com_cd, sub_com_cd, ' 0000000000000', con_upc_no, pid_lng_dsc_tx, pid_lng_dsc_tx, pid_sht_dsc_tx, "n", rev_by, rev_dt
From di_audit_corp_upc_ldr_tbl
WHERE THERE IS NO
(
SELECT *.
OF di_audit_corp_upc_tbl AS B
WHERE B.con_upc_no = A.con_upc_no
) - check to see if the folder already exists in the destination table
   
AND
(
SELECT COUNT (*)
FROM di_audit_corp_upc_ldr_tbl AS C
WHERE C.con_upc_no = A.con_upc_no
) > 1 - replaces the HAVING clause in the original query used to select cursor

Note that I assume you are using Microsoft SQL Server.

For questions about the improvement of SQL queries you could be better off the coast to post this kind of question on a specific forum for the database server you are using.

Tags: ColdFusion

Similar Questions

  • My set-up agency &amp; ABC developed for us. We no longer use the Agency. I have 2 log-in - but 1) cannot change my billing settings &amp; 2) cannot update models due to lack of access. Need help to change this.

    My set-up agency & ABC developed for us. We no longer use the Agency. I have 2 log-ins - but 1) cannot change my billing settings & 2) cannot update models due to lack of access. Need help to change this.

    Hi Rebecca,.

    You should get in touch with our accounts team to work a solution to your problem. Drop them a note at: contact us | Adobe Business Catalyst

    Cristinel

  • Need help on the DATA_REMAP procedure.

    Hi all

    I use API data pump to perform export and import. But the procedure 'data_remap' is thrown exceptions.

    SQL * more: release 11.1.0.7.0 - Production Fri Apr 10 04:29:09 2013
    Copyright (c) 1982, 2008, Oracle.  All rights reserved. +
    Connected to:+.
    Oracle Database 11 g Release 11.1.0.7.0 - 64 bit Production.


    We have a set of tables, which data must be exported. As a result of constraints to perform the export, we have:

    (1) only the table that contains a column (say test_id) must be exported. We're going to look for these tables by querying the view of "all_tab_columns" as {select table_name from all_tab_columns where column_name = 'test_id' and owner = user} this query retrieves approximately 40 paintings.

    (2) from this set of tables, we don't need the data that meet the condition {select * from < tablename > where test_id = 10}.

    (3) now we need to replace the test_id 10 a-1 value.


    Create or replace package TESTPACKAGE as body
    function SetTestID (p_TestId number) returns the number is
    number of v_TestId: = - 1;
    Start
    Return v_TestId;
    end;

    exportData procedure is
    number of H1; -The handful of job data pump
    Start
    H1: = dbms_datapump.open ('EXPORT',
    "TABLE."
    NULL,
    "EXAMPLE1"
    'LAST');

    dbms_datapump.add_file (h1,
    "example1.dmp,"
    'EXPORT');

    dbms_datapump.metadata_filter (handle = > h1,)
    name = > 'NAME_EXPR ',.
    value = > ' IN (select TABLE_NAME from ALL_TAB_COLUMNS where A.COLUMN_NAME = TEST_ID "and owner = user and not (A.TABLE_NAME as" PV %'') and not (A.TABLE_NAME as "IV %'') and not (A.TABLE_NAME as" IMV %'') and not (A.TABLE_NAME as "BIN$ %"))',)))
    object_type = > 'TABLE');

    dbms_datapump.data_filter (handle = > h1,)
    name = > 'subquery '.
    value = > 'WHERE TEST_ID = 10'.
    table_name = > null,
    schema_name = > null);

    dbms_datapump.data_remap (handle = > h1,)
    name = > 'COLUMN_FUNCTION ',.
    table_name = > "TABLE1."
    column = > 'TEST_ID. "
    function = > ' TESTPACKAGE. SETTESTID (10)',
    schema = > 'ATOM606');

    dbms_datapump. START_JOB (H1);
    end;

    end;


    But here data_remap procedure gives below error

    + "ORA-39232: invalid remap function: TESTPACKAGE.". SETTESTID (10) «+»

    Can anyone help the use of this procedure data_remap and how to get the value for the parameter of function? And how to specify the list of all of the table?

    Any help is appreciated. Thanks in advance :)

    Hello
    Just I just did a quick test that has worked well for me - but it seems no different than what you do - try to repeat this test and see if you get the same result.

    PUMPY@EITP>create table tab1(col1 number);
    
    Table created.
    
    PUMPY@EITP>create table tab2(col1 number);
    
    PUMPY@EITP>insert into tab1 values(1);
    
    1 row created.
    
    PUMPY@EITP>insert into tab2 values(1);
    
    1 row created.
    
    PUMPY@EITP>c/1/2
      1* insert into tab2 values(2)
    
    create or replace package TESTPACKAGE
    is
      function settestid(p_TestId number) return number;
      end TESTPACKAGE;
    /
    
    create or replace package body TESTPACKAGE
    as
      function SetTestID(p_TestId number) return number is
    v_TestId number := -1;
    begin
    return v_TestId;
    end;
    end TESTPACKAGE;
    /
    
    create or replace procedure exportData is
    h1 number; -- Data Pump job handle
    v_job_state       varchar2(4000);
    
    begin
    h1 := dbms_datapump.open(operation=>'EXPORT',job_mode=>'TABLE',job_name=>'HARRY');
    
    dbms_datapump.add_file(h1,'example1.dmp','DATA_PUMP_DIR');
    
    dbms_datapump.metadata_filter(handle => h1,name => 'NAME_EXPR',value => 'IN (select TABLE_NAME from USER_TABLES)',object_type => 'TABLE');
    
    dbms_datapump.data_filter(handle => h1,name => 'SUBQUERY',value => 'WHERE col1 = 1',table_name => null,schema_name => null);
    
    dbms_datapump.data_remap(handle => h1,name => 'COLUMN_FUNCTION',table_name => 'TAB1',column => 'COL1',function => 'PUMPY.TESTPACKAGE.SETTESTID',schema => 'PUMPY');
    
    dbms_datapump.start_job(h1);
    DBMS_DATAPUMP.WAIT_FOR_JOB (h1,v_job_state);
    DBMS_OUTPUT.PUT_LINE(v_job_state);
    
    end;
    /
    
    PUMPY@EITP>exec exportData;
    
    PL/SQL procedure successfully completed.
    
    PUMPY@EITP>drop table tab1;
    
    Table dropped.
    
    PUMPY@EITP>drop table tab2;
    
    Table dropped.
    
    PUMPY@EITP>exit
    
    [oracle@sl02190]:EITP:/oracle/export/EITP# impdp pumpy/pumpy dumpfile=example1.dmp
    
    Import: Release 11.2.0.3.0 - Production on Wed Apr 10 17:08:49 2013
    
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning option
    Master table "PUMPY"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "PUMPY"."SYS_IMPORT_FULL_01":  pumpy/******** dumpfile=example1.dmp
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    . . imported "PUMPY"."TAB1"                              5.007 KB       1 rows
    . . imported "PUMPY"."TAB2"                              5.007 KB       1 rows
    Job "PUMPY"."SYS_IMPORT_FULL_01" successfully completed at 17:08:51
    
    [oracle@sl02190]:EITP:/oracle/export/EITP# sqlplus pumpy/pumpy
    
    SQL*Plus: Release 11.2.0.3.0 Production on Wed Apr 10 17:08:59 2013
    
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning option
    
    PUMPY@EITP>select * from tab1;
    
          COL1
    ----------
            -1
    
    PUMPY@EITP>select * from tab2;
    
          COL1
    ----------
             1
    
    PUMPY@EITP>
    
     
    

    And to answer your other question table cannot be null so yo uhave to specify each table you want to the remapping to apply to a separate call - you could just do this in a simple loop, well based on the SQL code that you already use more early to get the list of tables?

    Kind regards
    Harry

  • Need help to check the switch VMNIC and VNIC DVS mapping...

    Need help to check the switch VMNIC and VNIC DVS mapping...

    I checked the command net-dvs, but it was not useful.

    Thank you

    Ravinder Singh...

    You do not have access on the interfaces between itself or this info is not visible in vCenter? Probably, you should talk to one who is in charge of your nexus dvSwitch.

    I don't know how it works on the nexus 1000v switch, but the output of the net-dvs provides information on balancing policy for all ports (note that he understands the uplink ports that may still occur as "port id of virtual source"):

    # net-dvs. "grep EI ' (Balancing | port)"

    port 320:

    source port = load balancing virtual id

    port 321:

    source port = load balancing virtual id

    port 177:

    source port = load balancing virtual id

    You should also be able to enter this info from esxcli, but I don't know if there is a hook to esxcli for the link. Perhaps, you can branch off with cisco of dvs esxcli vswitch network or something. On the dVS of vmware, you could do:

    # esxcli dvs lacp vmware vswitch network status

    LACP is disabled on DVSwitch.


    # esxcli dvs lacp get config vmware vswitch network

    DVS name LAG ID cards active network Mode

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

    Vmnic1 Some_DVSwitch 0, vmnic3 false

  • I need help, I forgot my security answers and Email not send to my Email of relief.

    I need help, I forgot my security answers and Email not send to my Email of relief.

    Unless it is in a spam filter, you have to ask Apple to reset your security questions. To do this, click here and choose a method; If this page does not list one for your country or if you are unable to call, complete and submit this form.

    (137175)

  • Need help to translate this into a request

    Need help to translate this into a request. I can make the followingusing a query?

    I have the data in this way and I want a report in one line.

    The available data as follows by joining 2-3 tables:

    er_id er_name carrier account records
    ------------------------------------------------------------
    1           XYZ           AT&T                     2
    1 XYZ Sprint 4
    1 Verizon Wireless XYZ 7
    XYZ T-Mobile 1 1
    2 AAA AT & T 18
    2 AAA Sprint 2
    2 AAA Sprint (Nextel) 1
    2 AAA T-Mobile 1

    Need the output in this format:

    ER_ID ER_NAME at & T, Sprint (Nextel) Sprint, Verizon Wireless, T-Mobile
    --------------------------------------------------------------------------------------------------------------------------
    1            XYZ               2            4                   0                                  7                            1
    2            AAA             18            2                   1                                  0                            1

    Is this possible with a simple query?

    It's called pivot. Assuming that you are on11g and AT & T, Sprint, Verizon Wireless and Sprint (Nextel), T-Mobile is a complete list of carriers:

    SET DEFINE OFF

    () AS T

    SELECT 1 ER_ID, ER_NAME "XYZ", "AT & T" COMPANY, NTC 2 UNION DOUBLE ALL THE

    SELECT 1, 'XYZ","Sprint", 4 DOUBLE UNION ALL

    SELECT 1, 'XYZ', "Verizon Wireless", 7 DOUBLE UNION ALL

    SELECT 1, 'XYZ', 't-Mobile', 1 DOUBLE UNION ALL

    SELECT 2, 'AAA', 'AT & T', 18 DOUBLE UNION ALL

    SELECT 2, 'AAA', 'Sprint', 2 DOUBLE UNION ALL

    SELECT 2, 'AAA', 'Sprint (Nextel)", 1 DOUBLE UNION ALL

    SELECT 2, 'AAA', 't-Mobile', 1 DOUBLE

    )

    SELECT ER_ID,

    ER_NAME,

    "" AT & T"_CNT" "AT & T"

    "" Sprint"_CNT" "Sprint."

    "" Sprint (Nextel)"_CNT" "Sprint (Nextel).

    "' T-Mobile"_CNT ""T-Mobile"

    ""Verizon Wireless"_CNT" "Verizon Wireless".

    T

    PIVOT)

    SUM (NTC) NTC

    Carriers to ("AT & T", "Sprint", "Sprint (Nextel)", "t-Mobile","Verizon Wireless)

    )

    /

    ER_ID ER_ AT & T Sprint Sprint (Nextel) T-Mobile Verizon Wireless
    ---------- --- ---------- ---------- --------------- ---------- ----------------
    1 XYZ          2          4                          1                7
    2 AAA         18          2               1          1

    Scott@pdb1orcl12 >

    Sy.

  • Need help with the classes of structure and folders!

    Hello all :)
    I've been programming some time in Actionscript 3 now. But most of the time I did not so much major projects. So I just had 1 folder with the Fla and class and other classes for different objects. But yesterday, I discovered that I need some more when structuring projects is growing. So what I would like is to have the main file with fla and a file in this folder with the classes or something. But I can't understand it. Searched around the web and Yes tried many things. So now, I have discovered that I need help to solve this problem :)!
    Hope someon can help me with this one, it should be pretty easy, but I understand it now.

    Thanks to !

    You have assigned the MainAs as the file MainFLA.fla document class?

    You have an object in the library that is linked to the class 'Classes.Animal '?

    I would like to declare the variable of animal1 where you have one, but I would not instantiate until, within the service of MainAs.

    SerializableAttribute public class extends MovieClip {} MainAs

    public var animal1:Animal;

    public void MainAs() {}

    the constructor code

    animal1 = new Animal();

    addChild (animal1);

    }

    Is the code that show you for the placement of the Animal object a typo or do you really have it assign the property x twice?

  • Need help to install Photoshop Extended CS5 and Photoshop Lightroom 3 on my macbook. No hard drive! I have serial numbers. I paid $1200 for it

    Need help to install Photoshop Extended CS5 and Photoshop Lightroom 3 on my macbook. No hard drive! I have serial numbers. I paid $1200 for it

    Download the competent installers of Adobe

    Download Adobe Creative Suite 5 products

    Adobe - Lightroom: For Macintosh: Adobe Photoshop Lightroom 3.6

    Install, then enter your serial numbers.

  • Need help. My tool Panel disappeared and I need to get it back

    Need help. My tool Panel disappeared and I need it back.

    Window > tools

  • Impossible to update LR CC ~ my one day to change and nothing work updated my Mac and all LR will do is CRASH!  Need help.  Tried to stop CC and remove the 1.0 file already and who does not work for me.  What can I do?

    Impossible to update LR CC ~ my one day to change and nothing work updated my Mac and all LR will do is CRASH!  Need help.  Tried to stop CC and remove the 1.0 file already and who does not work for me.  What can I do?

    If lr crashes repeatedly, reset preferences.   http://www.lightroomforums.NET/showthread.php?14226-resetting-%28or-trashing-%29-the-light file-Preferences-room

  • I need help. I updated Adobe cc and now my photoshop does not work. Here is the error message:

    ' I need help. I updated Adobe cc and now my photoshop does not work. Here is the error message:


    Problem event name: APPCRASH

    Application name: Photoshop.exe

    Application version: 16.0.0.88

    Application timestamp: 55681d 39

    The default module name: StackHash_76b2

    The default module version: 0.0.0.0

    The default module timestamp: 00000000

    Exception code: c0000005

    Exception offset: 0000000000000006

    The system version: 6.1.7601.2.1.0.768.3

    Locale identifier: 3084

    Information extra No. 1: 76 b 2

    Information extra No. 2: 76b2e5a7b24373bbe6f47563f13e47b1

    Information extra No. 3: 51ff

    Information extra No. 4: 51ff68a42cf4d2164e10e22e1f794f34


    Hi Oscar,.

    Please see the thread below:

    Photoshop CC 2015 crashing?

    You can also check: 2015 release of Photoshop CC: FAQ

    Kind regards

    Sheena

  • Hi Mr President, last week I have a crash on my computer. Yesterday I installed PSE12... but I can't open the program, please I need help/support for this. Thanks a lot for helping me, Roland

    Hi Mr President, last week I have a crash on my computer. Yesterday I installed PSE12... but I can't open the program, please I need help/support for this.

    Wath can I do?

    In the box: PN 65224809, product key 1057 -.

    Please can you tell me wath is you solution?

    Thanks a lot for helping me

    Best regards, Roland Cuypers

    [email protected]

    Post edited by: Sandeep Singh removing serial number

    Hi rolandc65772962,

    Sorry for the inconvenience. Please provide us with the complete error message you get.

    Kind regards

    Sandeep

  • My kids have iphones that I need now to be able to text and call and do nothing else. Is anyway to do this? They had iphones which have been misused and now that I'm aware of this use, I now need to restrict any activity.

    I have recently read activity inappropriate my children iPhones... a 4S and 6s. Is - this here anyway for now limit their use of the phone for texting and calls and nothing else? No apps, no wifi, just SMS and calls. I can now monitor texts and calls, but want nothing else to do. I can call and text them. Help please!

    You cannot limit the phone to only send SMS and calls, but you can stop using the offending apps. Go to settings > general > Restrictions and set a restriction password. Then turn off Safari so they cannot browse the web, "Apps installer" and all the other options you want. Remove all third party apps unwanted from their phones, and then they will not be able to reinstall if "Apps installer" has been disabled.

  • Desperately need help with simple program crashing using Qt and stdlibc ++

    I have a really trivial example that I was unable to get it running no matter what I try. I use ndk2.0.1. The configuration to recreate the problem is simple; the project should link to qt (4.8.2) and stdlibc ++ (not libcpp, libstdc ++).

    (main.cpp)

    #include 
    #include 
    int main(int argc, char *argv[])
    {
        std::cout << "This doesn't work\n";
        return 0;
    }
    

    That's all. You can use any toolchain you want (ntoxg ++ or CQS), seems not to matter. If you use the string of tools qcc, you must explicitly include the paths libstdc ++ and link to him, because it uses default libcpp. Build the project: it should compile correctly. The handle bar I used is here (http://pastie.org/4018541).

    Create the folder bar and deploy. Once I have started the program at this point, it show me the splashscreen for a few seconds and quit (crash)... You will notice:

    * No log output (we expect something of the call cost)

    * a nice base file pending crash

    Browsing the ntox-gdb core file gives you:

    #0  0xb8b5e329 in __gnu_cxx::__exchange_and_add (__mem=0x0, __val=-1)
        at atomicity.cc:36
    36  atomicity.cc: No such file or directory.
        in atomicity.cc
    
    (gdb) backtrace
    
    #0  0xb8b5e329 in __gnu_cxx::__exchange_and_add (__mem=0x0, __val=-1)
        at atomicity.cc:36
    
    #1  0xb8b03471 in __exchange_and_add_dispatch (__val=,
        __mem=)
        at /home/builder/hudson/650-gcc-4.4/svn/linux-x86-o-ntox86/i486-pc-nto-qnx6.5.0/pic/libstdc++-v3/include/ext/atomicity.h:79
    
    #2  _M_remove_reference (this=)
        at /home/builder/hudson/650-gcc-4.4/svn/linux-x86-o-ntox86/i486-pc-nto-qnx6.5.0/pic/libstdc++-v3/include/bits/locale_classes.h:505
    
    #3  std::locale::~locale (this=0xb837d5fc, __in_chrg=)
        at ../../../../../libstdc++-v3/src/locale.cc:89
    
    #4  0xb8b0faa9 in ~basic_streambuf (this=,
        __in_chrg=)
        at /home/builder/hudson/650-gcc-4.4/svn/linux-x86-o-ntox86/i486-pc-nto-qnx6.5.0/pic/libstdc++-v3/include/streambuf:193
    
    #5  std::basic_filebuf >::~basic_filebuf (
        this=0xb837d5e0, __in_chrg=)
        at /home/builder/hudson/650-gcc-4.4/svn/linux-x86-o-ntox86/i486-pc-nto-qnx6.5.0/pic/libstdc++-v3/include/fstream:215
    
    #6  0xb0bbd205 in __cxa_finalize ()
       from /home/preet/bbndk-2.0.1/target/qnx6/x86/lib/libc.so.3
    
    #7  0xb832de67 in _btext ()
       from /home/preet/bbndk-2.0.1/target/qnx6/x86/lib/libcpp.so.4
    
    #8  0xb836a265 in _fini ()
       from /home/preet/bbndk-2.0.1/target/qnx6/x86/lib/libcpp.so.4
    
    #9  0xb0bd46d3 in ?? ()
       from /home/preet/bbndk-2.0.1/target/qnx6/x86/lib/libc.so.3
    
    #10 0xb0bd5d38 in ?? ()
       from /home/preet/bbndk-2.0.1/target/qnx6/x86/lib/libc.so.3
    
    #11 0xb0bbd052 in _cleanup ()
       from /home/preet/bbndk-2.0.1/target/qnx6/x86/lib/libc.so.3
    
    #12 0xb0bbd337 in exit ()
       from /home/preet/bbndk-2.0.1/target/qnx6/x86/lib/libc.so.3
    
    #13 0x080487b0 in _start ()
    

    I have no idea what to do with this stack trace and I was not able to debug the problem more far.

    This question is particularly messed because I did not add any code to Qt on demand; just link to bookstores. Do not link to the Qt libraries will make this piece of code will work perfectly. A link to the Qt code with libcpp instead of libstdc ++ will also code to run as expected.

    This problem has been driving me crazy for the last days coueple and I would really really appreciate help or advice.

    KDAB guys told me it's a bug and they're looking into it.

  • Need help to convert DAQ traditional subvis DAQmx configuration

    I need to convert these screws (of NOR-traditional DAQ) to be used with a new data acquisition card that supports only NI-DAQmx.

    Please help me in this...

    Can I use the same traditional NI DAQ VIs with the NI PCI-6221?  If so, how? This device can be configured for NI DAQ traditional?

    NOR has several resources to help move tradtional DAQ DAQmx. A good place to start is the getting started page. There is a tutorial on how to transition. There is also the compatibility screws which replace certain traditional DAQ functions with wrappers around functions DAQmx. The DAQ example you posted is pretty trivial and really shouldn't take a lot of time to convert once you get a basic understanding of the DAQmx.

Maybe you are looking for

  • End of 2009 to new iMac

    I have a 27 "iMac (late model 2009) which, despite the efforts of the CAD in High Wycombe, still does not work properly (Mail is a bit erratic and other hardware and software does not behave as expected. I am considering getting a new iMac and am won

  • Could not find 'options' or 'Advanced tab' under Tools

    When I click on tools on the toolbar, I can't find "options" if I can change some settings in the Advanced tab.

  • did not receive my order

    Hi guys,. Initially, I wanted to say that I'm the Germany so please excuse my bad English. But now to my problem. I ordered headphones on apple, about 14 days ago. I paid for them a day later and still not received order confirmation. I also looked o

  • accesshw.dll

    Hi I need help My VI consists of a d command engine step by step, the problem I need to know how I can ercire on the port. j have installed the driver on my pc may accesshw I know comment l UTI in VI that I have Thanks

  • BlackBerry Q10 clean contact list

    I need to clean the contacts list. How can I do?