How to define a Bit Mask in Lab Windows.

Hello,
I'd like to know how to define a bit mask for a control box in LabWindows/CVI.
If there's more information that I need to be aware of, please let me know.
Thank you,
Harold.

Thanks fsitja.
I presume that SQL*LOADER does not handle timezones directly like it does DATE.
So instead of this:
APPEND INTO TABLE ImpTable
DATETIME DATE 'DD/MON/YYYY:HH24:MI:SS TZHTZM' TERMINATED BY ' ' ENCLOSED BY '[' and ']'
I would use an expression like this?
APPEND INTO TABLE ImpTable
DATETIME "TO_TIMESTAMP_TZ(dt, 'DD/Mon/YYYY HH:MI:SS TZHTZM', 'NLS_DATE_LANGUAGE=ENGLISH')" TERMINATED BY ' ' ENCLOSED BY '[' and ']'
And I would convert the table column from a DATE field into a TIMESTAMP field.
Would this slow me down during a DirectPath Load?

Similar Messages

  • How to define challenge password (SCEP) manually in windows 2008 Enterprise CA

    reference doc (I can't past link, so I just list doc name):
    Network Device Enrollment Service (NDES) in Active Directory Certificate Services (AD CS)
    ==
    The doc said this one-time password is random.
    We can modify Registry to change password length and valid time.
    But I can't find how to define this password manually.
    e.g.  I want to set 3 password in password list/cache : aaaaa, bbbb, cccc.
    Someone know how to does this ?   
    Thanks.

    I am a bit late to this post, but I wanted to point out that a single, static SCEP password is common in the SMB market. In order configure it:
    Configure service to function in a single-password mode by creating a REG_DWORD value UseSinglePassword and setting it to 0x1.
    Give Full Control permission to the account used to run NDES for the HKEY_LOCAL_MACHINE\Microsoft\Cryptography\MSCEP registry key. This step only required if you have installed KB959193 hotfix.
    In the IIS Manager snap-in, navigate to the SCEP application pool and in Advanced Settings set Load User Profile to true.
    If you’ve configured NDES to run under some user account, logon interactively with that user account onto the machine where NDES is installed to force creation of a user profile for that account. This is a one-time operation, the user doesn’t need to stay
    interactively logged on while NDES is running.
    After above steps are complete, the NDES will use only one password for all certificate requests. This password can be obtained in the same way as a one-time password by going to the admin page of the NDES. Administrators can deploy that password to their
    devices in an automated way.

  • How to define size of targeted window, need help...

    It's been a while and I'm a dummy, I can't remember how to
    define the size of a targeted window.
    <a href="
    http://web.ocp.org/products/<?php
    echo $node['pmid']; ?>.jpg" target="_blank">
    Want it to pop up at like 200 height by 150 width.

    Use the OpenBrowserWindow behavior for this.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Spencer Hill" <[email protected]> wrote in
    message
    news:f63mf6$n42$[email protected]..
    > It's been a while and I'm a dummy, I can't remember how
    to define the size
    > of a
    > targeted window.
    >
    > <a href="
    http://web.ocp.org/products/<?php
    echo $node['pmid']; ?>.jpg"
    > target="_blank">
    >
    > Want it to pop up at like 200 height by 150 width.
    >

  • How to retreive week days from bit mask value

    Hi!
    I have a column 'DOW' that store days of the week using bit mask value. Here is how it works:
    SUN = 1
    MON = 2
    TUE = 4
    WED = 8
    THU = 16
    FRI = 32
    SAT = 64
    All days of week is 127 which is cumulative of all the above. If user selects MON+FRI, then value would be 34.
    I need to retrieve data from this column showing the actual day names, separated by a comma. For example, Monday, Friday
    Is it possible in Oracle 10g to do this via SQL, if so how?
    Any help is deeply appreciated..
    Thanks,
    Arti

    Did you try that beautiful Query, Provided by Blushadow..?
    SQL> select c1,rtrim(DECODE(bitand(c1, 1),1,'Sun,',NULL)||
      2            DECODE(bitand(c1, 2),2,'Mon,',NULL)||
      3            DECODE(bitand(c1, 4),4,'Tue,',NULL)||
      4            DECODE(bitand(c1, 8),8,'Wed,',NULL)||
      5            DECODE(bitand(c1, 16),16,'Thu,',NULL)||
      6            DECODE(bitand(c1, 32),32,'Fri,',NULL)||
      7            DECODE(bitand(c1, 64),64,'Sat,',NULL),',') days
      8  from test;
            C1 DAYS
             1 Sun
             2 Mon
            16 Thu
             9 Sun,Wed
           127 Sun,Mon,Tue,Wed,Thu,Fri,Sat
            34 Mon,Fri
    6 rows selected.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to define Composite primary key for a Table

    Hi ,
    I am basically more into Java Programming , with little bit knowledge on Oracle as DataBase .so please excuse for my silly doubts .
    Can anybody please tell me how to define a Composite Primary Key on a Table .
    Thanks in advance .
    Edited by: user672373773 on Sep 25, 2009 8:54 AM

    Here is an example right out of the Oracle documentation and the syntax for adding PK since you mention adding a composite PK.
    Example creating composite index
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_indexing.htm#sthref594
    Syntax for adding a PK (composite or not)
    alter table oooooooo.tttttttt
    add constraint tttttttt_PK
    primary key (sample_column2,
    sample_column1)
    using index
    tablespace IDXSPC
    pctfree 05
    initrans 04
    maxtrans 08
    storage (initial 16k
    next 16k
    maxextents 32
    pctincrease 0);
    -- dictionary management with restricted storage, change as desired.
    HTH -- Mark D Powell --

  • How to define variables in toad sql script editor - newbie

    I have just pull out the script of a Function and want to run it on toad SQL editor.
    I am little bit confused how to define the VARIABLEs here in toad SQL editor to run my script.
    SELECT
    NVL(SUM(debit), 0) - NVL(SUM(credit), 0)
    INTO l_accountBalance
    FROM
    GLP_VoucherMaster vm
    INNER JOIN GLP_VoucherDetail vd ON vm.GLP_VoucherMaster_ID = vd.GLP_VoucherMaster_ID
    INNER JOIN GLP_ChartOFAccounts coa ON vd.GLP_ChartOfAccounts_ID = coa.GLP_ChartOfAccounts_ID
    WHERE
    vm.isActive = 'Y' AND vd.isActive = 'Y'
    -- *** how to define variables in toad sql script editor ***
    AND vm.voucherDate < p_cDate
    AND coa.AccountCode LIKE p_accountCode || '%';
    Thanks
    w\

    Just prefix with a colon (:)
    SELECT   NVL (SUM (Debit), 0) - NVL (SUM (Credit), 0)
      INTO   L_accountbalance
      FROM           Glp_vouchermaster Vm
                 INNER JOIN
                     Glp_voucherdetail Vd
                 ON Vm.Glp_vouchermaster_id = Vd.Glp_vouchermaster_id
             INNER JOIN
                 Glp_chartofaccounts Coa
             ON Vd.Glp_chartofaccounts_id = Coa.Glp_chartofaccounts_id
    WHERE       Vm.Isactive = 'Y'
             AND Vd.Isactive = 'Y'
             AND Vm.Voucherdate < :P_cdate
             AND Coa.Accountcode LIKE :P_accountcode || '%';
    /:p

  • How to set the bit length of the RSA key in ILOM?

    It is possible to generate new SSH keys for the ILOM.
    set /SP/services/ssh generate_new_key_type=rsa
    set /SP/services/ssh generate_new_key_action=true
    I noticed that the default length is 1024 bit. How to define a key with 2048 bits?

    Hi,
    According to your post, my understanding is that you want to set the column order of a sealed column in a custom Content Type for the new item form NewDocSet.aspx.
    Per my knowledge, if you have Content Type management enabled for the list or library (if you see a list of content type with the option to add more), the display order of columns is set for each content type.
    Drill down into one of them and you'll see the option under the list of columns for that content type.
    To apply the column order in the NewDocSet.aspx page, you need to:
    Select Site Settings, under Site Collection Administration, click Content type publishing. In the Refresh All Published
    Content Types section, choose Refresh all published content types on next
    update.
    Run two timer jobs(Content Type Hub, Content Type Subscriber) in central admin(Central Administration--> Monitoring--> Review timer jobs).
    More information:
    http://sharepoint.stackexchange.com/questions/95028/content-types-not-refreshing-on-sp-online
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to define logic to BO for display of more meaningful messages in Webi?

    Hi All.
    Greetings for the Festive Season.
    We would like to know as to how to define the logic to our BO application while displaying messages to end users of Web Intelligence.
    We have defined restrictions for various users and restrictions are appliced correctly when the user logs in.
    We have some MIS REPORTS in Web Inetlligence with different charts and we have also given links to various other web intelligence reports at the bottom for users to click and view or do analysis.
    And if any user if he/ or she is not authorised to view any / or part of the report - it does not show up.
    Which works well.
    But if some user is not part of any group and is not authorised to view data in a particular report, then we see a standard message coming in like :
    "No Data to retrieve in Query1"   or    "No Data to retrieve in ABC".
    Which one could say is correct.  Because for that particular user, the query has NO data.
    But. We feel there has to be a logic to be defined differently with the applicaton.
    How do we differentiate - as to whether the query does not really have data at the back end and HENCE it is saying No data to retrieve in the Query or report
    OR whether the user who is trying to view report is NOT authorised to view  
    AND HENCE the message is displayed as "No Data to Retrieve"
    We looked at the source file and it is pointing to :../AnalyticalReporting/viewers/cdz_adv/ViewDocument.jsp?
    But we found it a bit difficult to understand the logic there.
    Could anyone advise as to how we could define this logic for Web Intelligence - so that messages we see on screen for the end user could be more meaningful ? How do we really make the system understand or look for 2 options as to whether the message to be displayed is because there is REALLY NO DATA AT THE DATABASE LEVEL, OR whether the USER is not authorised to view this data.
    Can this be made possible by any means or thro SDK ?
    Many thanks
    Regards
    Indu
    Edited by: Indumathy Narayanan on Dec 21, 2010 9:50 AM
    Edited by: Indumathy Narayanan on Dec 21, 2010 9:51 AM
    Edited by: Indumathy Narayanan on Dec 21, 2010 9:54 AM

    Here is my current report detail view.
    [http://s49.photobucket.com/albums/f270/helenen/add/?action=view&current=2010-06-2511-44-20.png]
    (click on link and view at 100%)
    The 3 rd KF column is the calculated ratio which is =>  2nd Column (Work Hrs) A% 1st column (PlanHrs)
    Right now, I cann't get % at detail line (they're now shown as X, because PlanHrs is not null at detail line.
    I'd like those X should be calculated as =>  WorkHrs (at that line) A% PlanHrs (of that specific employee) .
    For example: 16 A% 1827 = 0.875%
    It seems soo eassy but I coulnd't do it.

  • How do i create a mask for an application?

    Hello.
    I pulled out an flex app out of Flash catalyst, and it has several "fx:designLayer"s containing images that slide off the stage.
    I'd like to hide the images going outside the stage borders with a mask.
    I tried:   
    <s:mask>
        <s:Group id="mask">
            <s:Rect width = "100" height="100">
                <s:fill>
                    <s:SolidColor color="#FF0000"/>
                </s:fill>
            </s:Rect>
        </s:Group>
    </s:mask>
    but all I see is blank.
    I tried to set mask = "{mask}" inside the <s:Application > tag and removing the <mask> tags, which works, but it gives me a warning that bindings to mask cannot be detected.
    How do I get the mask for the app with no warnings?
    And just for the sake of understanding Flex, how could I fix either one of those approaches?

    Defining a Group as the mask doesn't seem to work because the Group is never
    put on the display list so it doesn't draw its content.  Other examples I
    saw were using FXG will compiles down into Sprites that draw automatically.
    I don't normally do masking like this, I just draw a filled Sprite and
    assign it as the mask.
    One way I found that worked was this:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="800"
    minHeight="600"
                   backgroundColor="#66DDFF"
                    >
        <fx:Declarations>
        </fx:Declarations>
        <s:Group id="mask" includeInLayout="false" visible="false" >
            <s:Rect x="300" y="10" width="600" height="200">
                <s:fill>
                    <s:SolidColor color="#FF0000"/>
                </s:fill>
            </s:Rect>
        </s:Group>
        <s:Rect height="341" id="myRandomThing" width="800" x="79.5" y="86.5" >
            <s:fill>
                <s:LinearGradient rotation="270" scaleX="341" x="115.5" y="341">
                    <s:GradientEntry color="#222222" ratio="0"/>
                    <s:GradientEntry color="#FFFFFF" ratio="1"/>
                </s:LinearGradient>
            </s:fill>
            <s:stroke>
                <s:SolidColorStroke  color="#333333"  weight="10"/>
            </s:stroke>
        </s:Rect>
    </s:Application

  • How can i create a mask of grays?

    Hi
    i did learn how create a saturation mask (a mask that contains the colors)
    how can i create a mask with the grays ?
    can i do it? how can  i create it ?
    the only way i can thing it's use a color selective adjustament layer and set to +100 black every sliders outside grays
    but i don't think it's a mask with all the Grays
    thanks

    If you start out with, say, this image in Lab:
    Then duplicate the layer and set Blend If, in both the a and b channels, to 123 - 133. That layer will then look like this:
    You see you have all the neutrals from black to white, but not the saturated colors. You can load transparency here as a selection the normal way - ctrl+alt+2, or ctrl-click the L channel. Save the selection and you have your mask.
    How much fuzziness you want in the neutrals is determined by where you set the Blend If sliders. You can also split the sliders with the alt key for a softer transition. Here it includes 5 values either side of strict neutral.

  • How to define complex type with table per record?

    Hi,
    for one of my tasks I'm dealing with XML export. After short investigation of the postings in the forum I found an acceptable solution:
    Re: Convert ABAP to XML and Vice versa
    The issue is that I need an XML file like this:
    <plant>
      <material>
        <purchases>data</purchases>
        <purchases>data</purchases>
        <purchases>data</purchases>
        <sales>data</sales>
        <sales>data</sales>
        <sales>data</sales>
      </material>
      <next material>
      </next material>
    </plant>
    So here are the questions:
    1. Is it possible (and how) to define such deep structured type where for each record (means material) there is at least 1 internal table connected to that record? That would let me use a record-2-DOM conversion and a standard DOM-2-XML renderer.
    2. Could anyone please provide a very simple and short example?
    Of course, I could write my own XML renderer and achieve what I need (without using DOM, simply write to file all the desired XML tags while looping at my *nested* tables), but if there is a way to define such a structured type and further to fill it with data, it would help me learn a little bit more about abap opportunities and would save me a bit more time to create a renderer.
    Many thanks in advance.
    Regards,
    Ivaylo Mutafchiev

    Hi,
    You can declare deep structure as below
    TYPES : BEGIN OF ty_address,
              house(10) TYPE c,
              street(10) TYPE c,
            END OF ty_address.
    TYPES : BEGIN OF ty_itab,
             name(10) TYPE c,
             age      TYPE i,
             address  TYPE ty_address OCCURS 0,
            END OF ty_itab.
    DATA : i_address TYPE STANDARD TABLE OF ty_address,
           i_itab    TYPE STANDARD TABLE OF ty_itab.
    DATA : wa_address TYPE  ty_address,
           wa_itab TYPE  ty_itab.
    CLEAR :  wa_address,
             wa_itab.
    wa_address-house = 'House1'.
    wa_address-street = 'Street1'.
    APPEND wa_address TO i_address.
    wa_address-house = 'House2'.
    wa_address-street = 'Street2'.
    APPEND wa_address TO i_address.
    wa_itab-name = 'Test'.
    wa_itab-age  = 10.
    wa_itab-address[] = i_address[].
    APPEND wa_itab TO i_itab.
    Also check structure BSPL_GRID_FIELDCAT field CELL_COLOR

  • How copy an alpha channel mask to an adjustment layer?

    I can copy an alpha channel mask to an image layer by Ctrl+Clicking the alpha channel then clicking the Add Layer Mask icon in Photoshop CC but this does not work for an adjustment layer. How can I copy the mask from an alpha channel to the layer mask for an adjustment layer? Thanks.

    I am using Photoshop CC as I stated in my question. All updates have been installed.
    I am running on Win 7 Pro 64 bit with all updates installed.
    I am editing a photograph.
    I have an alpha channel with a grey scale mask.
    If I Ctrl+Click the alpha channel then click the Add Layer Mask button to add a layer mask to an image layer the alpha channel mask is added to the image layer.
    If I delete the layer mask from an adjustment layer and follow the same steps a solid white mas is added to the adjustment layer.
    Several others in the camera club I belong to have tried this with the same result so the problem is not unique to my system.
    Hope this helps.

  • What does "bit masking" mean?

    When I read Core Java -Volumn 1..
    There , when the author talked about Bitwise Operator,
    I did not understand the meaning of "bit masking".
    Can some body explaint it more clearly?
    By the way, how does it work in the following code?
    (Though I feel just a little confused .)
    Thanks!!
    int  n = 8;
    int fourthBitFromRight= (n & 8)/8 ;

    bit masking means assigning each bit in a stretch of bits a value, allowing you to combine them together (to set a preference field, as an example)
    How it works:
    let's say you have a meeting, and you want to say who was there
    public static final int TOM = 1;
    public static final int MARK = 2;
    public static final int SARAH = 4;
    public static final int JULIE = 8;
    etc...
    then, you can express the people at the meeting as:
    int meeting = TOM | MARK |SARAH|JULIE
    bitwise | (or) will set the first 4 bits of meeting.
    then you can say something like:
    if ((meeting&TOM)!=0) { // if Tom was at the meeting                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to find Default Subnet mask for 192.168.10.7/10?

    Hi,
    I am studying for CCNA and right now going through Subnetting section. Came across this question : What is the default subnet mask for ip address 192.168.10.7 / 10? If my requirement is to connect 1000 hosts then how many subnets, hosts per subnet and host range can i get using this?
    Using 10 mask bits, we get dsm as 255.192.0.0. but  192.168.10.7 is class c address then how can we hav 10 mask bits?
    Thanx
    Mahima

    hello Ganesh
    u
    are making me confused. A /10 cidr means i have 2 subnet bits which
    give 2^2 = 4 networks and remainings bits are the host bits (22) which
    definitely give more than 1000 hosts. According to Todd calculation,
    there will be four network, 64 will be the block size so we will hav
    four network of 192.0.0.0 , 192.64.0.0 , 192.128.0.0 , 192.192.0.0
    .Isn't it?
    How u arrived at 64 networks?
    thanx
    mahima
    Hello Mahima,
    You are right 64 will be the block size and following will be the subnetting for 192.168.10.7/10
    192.168.10.7/10
    current network 192.128.0.0 mask 255.192.0.0
    current host range 192.128.0.1 to 198.191.255.254
    Next subnet will be 192.192.0.0/10
    current host range 192.192.0.1 to 192.255.255.254
    And following will be the subnet
    Subnet          ,   Valid Hosts                       ,   Broadcast      
    192.128.0.0     ,   192.128.0.1 to 192.191.255.254    ,   192.191.255.255
    192.192.0.0     ,   192.192.0.1 to 192.255.255.254    ,   192.255.255.255
    193.0.0.0       ,   193.0.0.1 to 193.63.255.254       ,   193.63.255.255
    193.64.0.0      ,   193.64.0.1 to 193.127.255.254     ,   193.127.255.255
    193.128.0.0     ,   193.128.0.1 to 193.191.255.254    ,   193.191.255.255
    193.192.0.0     ,   193.192.0.1 to 193.255.255.254    ,   193.255.255.255
    194.0.0.0       ,   194.0.0.1 to 194.63.255.254       ,   194.63.255.255
    194.64.0.0      ,   194.64.0.1 to 194.127.255.254     ,   194.127.255.255
    194.128.0.0     ,   194.128.0.1 to 194.191.255.254    ,   194.191.255.255
    194.192.0.0     ,   194.192.0.1 to 194.255.255.254    ,   194.255.255.255
    195.0.0.0       ,   195.0.0.1 to 195.63.255.254       ,   195.63.255.255
    195.64.0.0      ,   195.64.0.1 to 195.127.255.254     ,   195.127.255.255
    195.128.0.0     ,   195.128.0.1 to 195.191.255.254    ,   195.191.255.255
    195.192.0.0     ,   195.192.0.1 to 195.255.255.254    ,   195.255.255.255
    196.0.0.0       ,   196.0.0.1 to 196.63.255.254       ,   196.63.255.255
    196.64.0.0      ,   196.64.0.1 to 196.127.255.254     ,   196.127.255.255
    196.128.0.0     ,   196.128.0.1 to 196.191.255.254    ,   196.191.255.255
    196.192.0.0     ,   196.192.0.1 to 196.255.255.254    ,   196.255.255.255
    197.0.0.0       ,   197.0.0.1 to 197.63.255.254       ,   197.63.255.255
    197.64.0.0      ,   197.64.0.1 to 197.127.255.254     ,   197.127.255.255
    Hope to Help !!
    Ganesh.H

  • How to Install 64-bit "Generic / Text Only" print driver on a 32-bit Windows 2003 Server?

    Hi All,
    In a nutshell, I need to Install the 64-bit Generic / Text Only print driver on a 32-bit Windows 2003 Server’s “Generic / Text Only 32-bit print queue.
    The problem is that there is no Driver-Disk to get the drivers. I’ve been able to isolate 14 files related to the 64 bit drivers from a Windows 7 x64 computer and copy them to a temp folder on the Windows 2003 x32 server. When I try to add the 64 bit driver
    to the Windows 2003 x32 server,  it wants a *.inf file, which I don’t have and can’t find.
    Because Microsoft will no longer support Windows XP, my client is replacing all of their Point-of-Sale Windows XP x32 systems with Windows 7 x64. They use Terminal Services (Remote Desktop) to connect to a Windows 2003 x32 server to use the POS system. The
    POS software redirects LPT1 back to the local Generic / Text Only printer. This works great for XP x32.
    When we use the Terminal Services POS software on the new Windows 7 x64 system, none of the labels print out because it’s redirected in 32-bit back to the local Windows 7 x64 Generic / Text Only 64-bit printer.
    This will be a huge issue for me if I can’t get this to work.
    Thanks in advance for any suggestions and help! -Rob

    those may be helpful...
    http://social.technet.microsoft.com/Forums/en-US/a129f49a-0216-41f0-b190-3efb46fbb8ac/generic-text-only-driver-on-windows-2008-server-r2?forum=winserverprint
    http://blogs.technet.com/b/yongrhee/archive/2009/09/14/how-to-add-64-bit-print-drivers-on-32-bit-windows-server-2003-or-windows-server-2008-print-server.aspx
    Best,
    Howtodo

Maybe you are looking for

  • CS4 Master Collection, Quits on itself while starting

    Hello everyone. Im posting a question that I couldn't find all over the net. I had some troubles on my mac pro and it started crashing on itself. After that series of wthat-the-crapness, CS4 does not start any more. It would start to load and quit on

  • Some tracks won't add to library

    Switched from the Zune software to iTunes this week after getting a 1st gen iPod Touch and it was all going so well until I realised a whole bunch of my music was missing from my library. I've tried adding from the file menu and dragging/dropping but

  • Ipod touch recognized as a Camera!

    I am using windows XP, have the latest software installed. When i plug in my ipod, it says it's a camera. I have disabled the message that pops up. It is not recognized by itunes. Or is there a way to get around the part where it asks me to plug in t

  • Data is not saving in the variant

    i have written the below code for a push button on the application tool bar, i even assigned the org structure, it working fine. but when i create a variant, the field valuse in  the selection scrren are saving but the check box i have selected in th

  • How to relate 3 Lists and insert them into DB

    Hello everyone, I am developing an application that loads several excel files into a database. For each excel file (they are all different, i cannot make a general process) i get the information and fill, for instance, 3 Lists of Hashmaps (each List