Need to default to null text string values and values digital leave as are

Hello

This may be a simple question, but I have the following query:
select gis.province, ce.place_id
from  cla_event ce
Left join (select * from rbn_gis_area where version = 10) gis
on ce.place_id  = gis.sp_code
Problem is place_id has text fields, since the data is dirty and I get there is error ' ORA-01722: number 01722 invalid. "00000 -"invalid number" I want all text null by default. Some examples of data.
CREATE TABLE Temp_1 (Place_ID varchar2(50));
/
INSERT INTO Temp_1(Place_ID)  VALUES (77415018)     ;
INSERT INTO Temp_1(Place_ID)  VALUES (77305000)     ;
INSERT INTO Temp_1(Place_ID)  VALUES (77415000)     ;
INSERT INTO Temp_1(Place_ID)  VALUES (null)     ;
INSERT INTO Temp_1(Place_ID)  VALUES (77423034)     ;
INSERT INTO Temp_1(Place_ID)  VALUES (null)     ;
INSERT INTO Temp_1(Place_ID)  VALUES (77424011)     ;
INSERT INTO Temp_1(Place_ID)  VALUES ('Glebwood')     ;
INSERT INTO Temp_1(Place_ID)  VALUES (77603002)     ;
INSERT INTO Temp_1(Place_ID)  VALUES (77409012)     ;
INSERT INTO Temp_1(Place_ID)  VALUES (null)     ;
INSERT INTO Temp_1(Place_ID)  VALUES (null)     ;
INSERT INTO Temp_1(Place_ID)  VALUES ('AVONDALE')     ;
INSERT INTO Temp_1(Place_ID)  VALUES (27516000)     ;
INSERT INTO Temp_1(Place_ID)  VALUES (10509000)     ;



Select * from temp_1
Thanks in advance!

Banner:
Oracle Database 11 g Release 11.2.0.2.0 - 64 bit Production
PL/SQL Release 11.2.0.2.0 - Production
"CORE 11.2.0.2.0 Production."
AMT for Linux: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production

Hello

Using regexp_replace to replace all values with the numbers with nulls as shown below:

select to_number(regexp_replace(place_id, '.*\D+.*', '')) from temp_1;

Best regards
Nikolai

Tags: Database

Similar Questions

  • detection of changing text string values

    Hi, I have a text string, the string length is more than 10,000.

    Whenever the value of this string changes, I need to detect and know the index.

    I can loop through the channel and compare if the channel is short. The best ways to do this?

    Thank you.

    Hi IIx,

    The ChnFind expression can only reference global variables of DIAdem.  Then you have to be your "Str2" variable GlobalDim() or simply use one of the existing temporary T1, T2... variable.  Also, you want to refer to all of the channel in the expression, not only one of the values of the string.  The motivation to use ChnFind is so looking through the canal enters the call function and not with primitive VBScript.

    T1 = "Group1/channel 1".
    T2 = 'test '.
    startIndex = 200
    Indexfind = ChnFind ("Ch (T1) T2 =", startIndex ")

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • 'Easy' to add a Flex default pre-loader text string?

    Is there an easy way to add text (name of company, for example) to the top of the charger before default Flex?

    Thank you.

    Of course

    http://www.Flexer.info/2008/02/07/very-first-Flex-preloader-customization/

    Johnny

    Please rate responses.

  • Changing the position of the cursor in a text entry field and remove digital zeros

    Flash8 - AS2

    It's good to be back after all these years and thank you for the people of faithfull as kglad, Ned Murphy, Rothrock and all others who give much of themselves to succeed this forum!

    My problem:

    I have a text entry field that is named in the box of properties like 'numberOfKids '.

    When the program is run, and a DELETE or BACKSPACE is pressed input textfield turns off

    and all the calculations that use the "numberOfKids" shows NaN.

    I got trapped in NaN and indefinite so that a digital 0 appears instead of a white one.

    There are two problems:

    First problem:

    The cursor to the left of zero, so the first number entered by the user is 10 x larger than what they want.  0 becomes 10.

    Question: How can I get the cursor to the right of 0?

    Second problem:

    When I manually move the cursor to the right of 0 and a number of entry, let's say 4, it appears like 04.

    Question 2: How to remove the zero digital in input textfield?

    Thanks for the help.

    Here is the code I use:

    calculateChildWeight = function () {}
    If (isNaN (numberOfKids)) {}
    numberOfKids = 0;
    }
    If ((numberOfKids) == undefined) {}
    numberOfKids = 0;
    }
    If (numberOfKids > = 0 & & numberOfKids < = 137) {}
    numberOfKids = numberOfKids;
    } else {}
    numberOfKids = 0;
    }
    If (isNaN (adjustedChildWeight)) {}
    adjustedChildWeight = 0;
    }
    If ((adjustedChildWeight) = undefined) {}
    adjustedChildWeight = 0;
    }
    adjustedChildWeight = Number (numberOfKids *(-100));
    numberOfKids.setSelection (numberOfKids.length, numberOfKids.length);
    If (numberOfKids.length = 2 & & numberOfKids < 10) {}
    remove the first character or no leading zeros
    numberOfKids = numberOfKids;
    // }
    };

    More important answer first: you get two helpfuls and one correct answer per thread. I think that once you give a specific answer a useful, you can't give the same answer. But I don't know.

    First of all, make sure that none of these text fields have a property of vars set.

    Also, you don't need to do it in two steps: revisedValue =-100 * parseInt (numberOfKids.text)

    As you read the value of your textfields of entry by using the text property, you also assign the value of the more dynamic by using the text property. That's what you do, right?

  • Pass a string value to the dialogue

    Hello

    I have a dialog box in a pop-up window. In the dialog box, I text with messages hardcoded as "are you sure you want to delete this item? However, I want to make the most significant message passing a string value, while she reads "Are you sure you want to remove the 'New York' from your database?" My guess is to set up the Group of resources such as:

    MESSAGE = are you sure you want to remove {0} from your database?

    But how I pass 'New York '?

    Thanks a bunch!

    Bones Jones

    You can set the value read from the resource group in a variable as the value for the outputText and pageFlowScope in the dialog box

    {} public void onClick (ActionEvent actionEvent)

    Read the value of the resource as in your code and put the result in the PageFlowScope
    String confirmDelete = resourceBundle.getString ("CONFIRM_DELETE");
    Object [] args = {"New York"};
    String result = MessageFormat.format (confirmDelete, args);

    Map = pageFlowScopeMap
    AdfFacesContext.getCurrentInstance () .getPageFlowScope ();
    pageFlowScopeMap.put ("ConfirmationMessage",
    * "Do you want to delete'); *

    DISPLAY THE CONTEXT MENU
    Tips RichPopup.PopupHints = new RichPopup.PopupHints ();
    Popup.Show (Hints);
    }

    . JSPX Page:



    actionListener = "#{ContainerPageBean.onClick}" > "
    contentDelivery = "lazyUncached".
    Binding = "#{ContainerPageBean.Popup}" > "

    *
    ID = "ot1" / >


    Thank you
    Nini

  • sqlldr - replace "NULL" string value NULL?

    I have a file that I'm loading in the CSV format. An example of a record is something like this:

    ID, FirstName, MiddleName LastName,
    1, R, DOE
    2, NULL, such
    3, Jim, F, Doe

    My problem lies in the 2nd record. The real "NULL" text inserted in the field middlename. I know that I can use this in my control file to replace it with a real null...


    MIDDLENAME "REPLACE(:MIDDLENAME,'',)."



    However, I can't use as the string "null" could exist somewhere else (if the someone last name was something like "SNULLING"... bad example, I know).
    Is it possible in the control file to use an IF statement to determine if the field is only 'NULL '? I'm going to have no chance and would appreciate any help... (I use 11g R2)

    Published by: user9036239 on Sep 9, 2010 09:18

    Hello BoredBillJ.
    You can try

     , middlename  "CASE  :middlename  WHEN  'NULL'  THEN  NULL  ELSE  :middlename  END"
    

    or

     , middlename  "DECODE(:middlename, 'NULL', NULL, :middlename)"
    

    Hope this helps,
    Luke

    Please check the answer as helpful or response, if it is so. If this is not the case, further clarification.
    Try to always provide create table and table insert to help members of the forum to help you.

  • Extraction of the bracketed text string data

    I have a bit of SQL to retrieve the text in brackets at the end of a string:
    WITH test_data AS
         (
         SELECT 'Joseph Bloggs (Joe) (THIS)' v1 FROM DUAL UNION ALL
          SELECT 'Robert Holnas (Bob) (THAT)' FROM DUAL UNION ALL
          SELECT 'Mary Mild (THIS)' FROM DUAL UNION ALL
          SELECT 'Jack Jill (THIS)' FROM DUAL
         )
    SELECT v1
        , INSTR(v1, '(') start_bracket_pos
        , INSTR(v1, ')') end_bracket_pos
        , TRIM(SUBSTR(v1,INSTR(v1, '(')+1,INSTR(v1, ')')-INSTR(v1, '(')-1)) current_label
        , (LENGTH(v1) - LENGTH(REPLACE(v1, ')'))) / LENGTH(')') "ct_("
        , (LENGTH(v1) - LENGTH(REPLACE(v1, ')'))) / LENGTH(')') "ct_)"
      FROM test_data;
    Still, it extracts data from the media at the end of the string.

    I was wondering if I can change it to be able to extract the text between for example two sets of brackets - for the above test data, it would be useful to be able to extract the 'Joe' and 'Bob', but also 'CE' and 'WHO' at the end as well. It would be useful to have a column that contains the first support content and the 2nd set of content in another column.

    Is there a switch that I can use for example an INSTR() to return the position of the first open bracket and the 2nd and so on?

    Any advice much appreciated

    Thank you

    A way, using reg exp:

    SQL> WITH test_data AS
      2       (
      3       SELECT 'Joseph Bloggs (Joe) (THIS)' v1 FROM DUAL UNION ALL
      4        SELECT 'Robert Holnas (Bob) (THAT)' FROM DUAL UNION ALL
      5        SELECT 'Mary Mild (THIS)' FROM DUAL UNION ALL
      6        SELECT 'Jack Jill (THIS)' FROM DUAL
      7       )
      8  SELECT v1
      9      , regexp_substr(v1,'\((.*?)\)',1,1,null,1) bracket1
     10      , regexp_substr(v1,'\((.*?)\)',1,2,null,1) bracket2
     11    FROM test_data;
    
    V1                         BRACKET1                   BRACKET2
    -------------------------- -------------------------- --------------------------
    Joseph Bloggs (Joe) (THIS) Joe                        THIS
    Robert Holnas (Bob) (THAT) Bob                        THAT
    Mary Mild (THIS)           THIS
    Jack Jill (THIS)           THIS
    

    The regular expression find something in parentheses (the? makes not greedy, it's important.)
    1 means start over from the beginning of the string.
    Next number means bracket1 "first occurrence", bracket2 is "second occurrence" - you can continue with 3, 4, etc.
    null value uses only the default options for reg exp (here could be option for example for sensitive cases in search).
    Final 1 means that the result is the first 'group' in the reg exp - this only receives us the text in brackets and not the media themselves.

  • How to set default cell format 'text' instead of 'general' sheet in excel using pl/sql code?

    Can someone please help me on how to generate excel file using pl/sql? I have generated csv files successfully, but now I need to generate a excel. I changed the code generation of the csv file, but the file gives me error when opening:

    "The file you are trying to open,"XXXX.xls", is in a different format than specified by the file extension. Do you want to open it now? »

    If I choose Yes then open the excel file, but it excludes the leading 0 in the front for one my column. How do I configure excel type default column as text rather than General, when you create the files? I also tried to generate excel file using xml. But I do not know how to set the type of column there, too. I'm using Oracle 11.2.0.3.0 and APEX 4.2.6.00.03. I'll call all these codes apex.

    Code1 is used:

    Declare

    output_header varchar2 (4000);

    fichier_en_sortie VARCHAR2 (255);

    Varchar2 (2) EOL: = Chr (13) | Chr (10);

    BEGIN

    output_header: = 'tls_tracking_id ' | Chr (9) | ' fnn_ext' | Chr (9) | "path_id' | EOL;

    fichier_en_sortie: = 'report_excel' |'. XLS;

    owa_util.mime_header ("application/octet ', false");

    HTP.p ('Content-Disposition: attachment; filename = "" | ") fichier_en_sortie |' « ') ;

    owa_util.http_header_close;

    HTP. PRN (output_header);

    for r in)

    Select tls_tracking_id, fnn_ext, DWD_DTOV_OUT_VW path_id

    where nbn_loc_id = 'LOC000138413115. '

    The order of tls_tracking_id LOOP)

    HTP. PRN (r.tls_tracking_id

    || Chr (9) | r.fnn_ext

    || Chr (9) | r.path_id

    || EOL

    );

    END LOOP;

    END;

    Code2 used :

    create or replace PACKAGE BODY IS pkg_excel_export

    PROCEDURE excel_open (l_xml_body IN OUT NOCOPY CLOB) IS

    BEGIN

    l_xml_body: = ' <? XML version = "1.0" encoding = "ISO-8859-9"? > ' | Chr (10) |

    "< workbook xmlns =" "urn: schemas-microsoft - com:office:spreadsheet" ' | "

    Chr (10) |

    ""xmlns:o ="urn: schemas-microsoft-com ' ' |

    Chr (10) |

    "xmlns: x =" "urn: schemas-microsoft-com: excel" ' | "

    Chr (10) |

    ""xmlns:ss ="urn: schemas-microsoft - com:office:spreadsheet" ' |

    Chr (10) |

                            'xmlns:html=" http://www.w3.org/TR/REC-html40 ">' ||

    Chr (10) |

    ' < ExcelWorkbook xmlns = "urn: schemas-microsoft-com: excel" > ' |

    Chr (10) | ' < WindowHeight > 8580 < / WindowHeight > ' |

    Chr (10) | ' < WindowWidth > 15180 < / WindowWidth > ' | Chr (10) |

    ' < WindowTopX > 120 < / WindowTopX > ' | Chr (10) |

    ' < WindowTopY > 45 < / WindowTopY > ' | Chr (10) |

    ' < ProtectStructure > false < / ProtectStructure > ' | Chr (10) |

    ' < ProtectWindows > false < / ProtectWindows > ' | Chr (10) |

    ' < / ExcelWorkbook > ' | Chr (10) | "< Styles > | Chr (10) |

    '< ss:ID of style = 'Default' ss:Name 'Normal' = >' | Chr (10) |

    "< ss:Vertical alignment = 'Bottom' / >" | " Chr (10) |

    ' < borders / > '. Chr (10) | ' < police / > '. Chr (10) |

    ' < Interior / > '. Chr (10) | ' < NumberFormat / > '. Chr (10) |

    ' < protection / > '. Chr (10) | "< / style > | Chr (10) |

    '< ss:ID of style 's22' = >' | Chr (10) |

    "< x: font family = ss"Swiss":"BOLD"="1"ss:Underline ="Single"/ >" | "

    Chr (10) | "< / style > | Chr (10) | "< / style >";

    END excel_open;

    PROCEDURE excel_close (l_xml_body IN OUT NOCOPY CLOB) IS

    BEGIN

    l_xml_body: = l_xml_body | ' < / workbook > ';

    END excel_close;

    / * Opens a worksheet in the Excel file. , You can open multiple worksheets. **/

    PROCEDURE worksheet_open

    (

    l_xml_body IN OUT NOCOPY CLOB,

    p_worksheetname in VARCHAR2

    ) IS

    BEGIN

    --

    -Create the worksheet

    --

    l_xml_body: = l_xml_body | "' < worksheet ss:Name = ' ' | p_worksheetname |

    "" > < table > ";"

    END worksheet_open;

    / *Farm the worksheet in the Excel file.   **/

    PROCEDURE worksheet_close (l_xml_body IN OUT NOCOPY CLOB) IS

    BEGIN

    l_xml_body: = l_xml_body | ' < / table > < / worksheet > ';

    END worksheet_close;

    / *Opens the tag line * /

    PROCEDURE row_open (l_xml_body IN OUT NOCOPY CLOB) IS

    BEGIN

    l_xml_body: = l_xml_body | "< row >."

    END row_open;

    / *Farm the tag line * /.

    PROCEDURE row_close (l_xml_body IN OUT NOCOPY CLOB) IS

    BEGIN

    l_xml_body: = l_xml_body | "< / row > | Chr (10);

    END row_close;

    / *After the opening of the line, we can write something the first cell* /

    PROCEDURE cell_write

    (

    l_xml_body IN OUT NOCOPY CLOB,

    p_content in VARCHAR2

    ) IS

    BEGIN

    l_xml_body: = l_xml_body | ' < cell > < data ss:Type = "String" > ' |

    p_content | ' < / data > < / cell > ';

    END cell_write;

    / * If you use this package of APEX, you get to download the excel file. **/

    PROCEDURE excel_get

    (

    l_xml_body IN OUT NOCOPY CLOB,

    p_filename in VARCHAR2

    ) IS

    XX BLOB;

    make the NUMBER;

    This NUMBER;

    BC NUMBER.

    LC NUMBER;

    w NUMBER;

    BEGIN

    DBMS_LOB.CREATETEMPORARY (xx, TRUE);

    make: = 1;

    so: = 1;

    BC: = dbms_lob.default_csid;

    LC: = dbms_lob.default_lang_ctx;

    w: = dbms_lob.no_warning;

    DBMS_LOB.converttoblob (xx,

    l_xml_body,

    DBMS_LOB.lobmaxsize,

    do,

    Thus,.

    British Colombia,

    LC,

    (w);

    owa_util.mime_header ("application/octet ', FALSE");

    -set the size so that the browser knows how to download

    HTP.p ("Content-length: ' |") DBMS_LOB.GetLength (xx));

    -the name of the file will be used by the browser if users only one save as

    HTP.p ('Content-Disposition: attachment; filename = "" | ") p_filename |

    '.xls ' | '"');

    -close the headers

    owa_util.http_header_close;

    -Download the BLOB

    wpg_docload.download_file (XX);

    END excel_get;

    END pkg_excel_export;

    I know it's a bit long code, but to better understand please consider...

    Thank you.

    I did worked putting just one extra line in my l_xml_body in the XML (Code 2 used). Now my excel generates with cells type 'Text' and there are no left falling to zero. Also the columns display not scientific format as 2.3D + 12. Current recording shows without default formatting.

    '

  • How to use CFPARAM with a list of string values

    Hi all

    I have a field value that can be stored with multiple values for a single record: Work_Order = '555555,666666,111111' (note that these are actually stored as a single string value in the comics with commas.)

    I need to analyze this field and enter a new query clause where the string values:

    < CFSET WOIDS = CapProjects.Work_Order >

    < cfloop condition = "#find(',,',WOIDS) #" >

    < cfset WOIDS = "#rereplace (WOIDS, ',',', null, ',' ALL') #" > < br >

    < / cfloop >

    < cfquery name = "CapProjectsWOIDS" datasource = "#URL. DB #">"
    SELECT [ENGOPSMTRLSID]
    [Work_Order]
    OF ENGOPSMTRLS
    WHERE
    < CFOUTPUT >
    ENGOPSMTRLSID = #URL. INDEX #.
    < / CFOUTPUT >
    AND
    < CFOUTPUT >
    Work_Order in (< cfloop index = list "idx" = "#variables.) WOIDS #">"
    < cfqueryparam
    value = #WOIDS #.
    cfsqltype = "cf_sql_varchar".
    list = 'true '.
    (/ > < / cfloop >)
    < / CFOUTPUT >
    < / cfquery >

    I'm doing this right? I get the following error: error running query database. [Macromedia] [SQLServer JDBC Driver] [SQL Server] Incorrect syntax near '@P4 '. What's the length of the loop? How do I drop?

    Thank you

    John

    First of all, you need not use CFOUTPUT in a CFQUERY (or most / all other CFtags)-CF knows.

    Second, you need not complete a list for an 'IN '.  Unless you use a dark database is not MS - SQL, MySQL or Oracle.  And you already know that CFQUERYPARAM has an attribute from the list.

    NOTE: This assumes that the Work_Order data type is char or varchar, not whole.

    
      SELECT [ENGOPSMTRLSID]
          ,[Work_Order]
      FROM ENGOPSMTRLS
      WHERE  ENGOPSMTRLSID = #URL.INDEX# /* <--- I didn't see URL anything, before this.  And I REALLY cannot stress how bad of an idea it is to use a URL variable for your DSN.  Just sayin'.  */
    AND
      Work_Order in  ()
    
    

    Given that you use for the varchar type, you must put quotation marks around the value (line 08), as I have demonstrated.

    HTH,

    ^_^

  • Find and replace the delimited string value by the

    Hi all

    I have a requirement where I need to find and replace the delimited string values.

    For example, the string is "GL ~ 1001 ~ 157747 ~FEB-13~ CREDIT ~ A ~ N ~ US ~ NULL ~". The 4th column gives the month and year. I need to replace it with the name of the previous month. For example: "GL ~ 1001 ~ 157747 ~JAN-13~ CREDIT ~ A ~ N ~ US ~ NULL ~". I need to do the same thing for the past 12 months.

    I thought initially divide the values and store it in a variable and then after him substituting the value required, join the return.

    I just wanted to know if there is a better way to do it?

    Like this:

    with a model like

    (select "GL ~ 1001 ~ 157747 ~ FEB-13 ~ CREDIT ~ A ~ N ~ $ ~ NULL ~' double UNION ALL data")

    Select ' GL ~ 1001 ~ 157747 ~ JAN-13 ~ CREDIT ~ A ~ N ~ US ~ NULL ~' double data)

    Select

    REPLACE (DATA, TO_CHAR (to_date (substr (data, 16.6), "MON-RRRR"), 'MON - RR'), TO_CHAR (to_date (substr (data, 16.6), "MON-RRRR")-1, 'MON - RR'))

    modeling;

    GL ~ 1001 ~ 157747 ~ JAN-13 ~ CREDITS ~ HAS ~ N ~ US ~ NOTHING ~

    GL ~ 1001 ~ 157747 ~ DEC-12 ~ CREDITS ~ HAS ~ N ~ US ~ NOTHING ~

    Ishan

  • default or any text in a character style sheet

    Hello

    I'm trying to style text using paragraph and character style sheets, I built. When I create a new text box and import text from a Word file, all the text I have import default values to one of my character style sheets. Before importing the text, I have check the cursor inside the empty box and the paragraph style is standard paragraph and character style is 'none '. Yet, when I import text, it is always default to a specific character style I created.

    Any help with this would be greatly appreciated.

    Thank you

    Nick

    Check your paragraph styles to see that you do not use the nested styles or GREP styles except when you need it. You can have a nested style that does not turn off the coast.

    While your description indicates this isn't the problem, it is worth checking. There is a bug in InDesign, where it applies a default character imported text style. You set the default character style by selecting a character style while no text block is selected and that you not change any text. If there is a default character style, click None for the value None as the default character style.

  • Change the default Safari user agent string

    When you use Safari, I can change the user agent string value if I visit a single website with the menu expand, but how can I change the default of it so that all Web sites get the same value I put above

    It is possible. Here is an example: https://jamfnation.jamfsoftware.com/discussion.html?id=15642

  • Convert a Boolean trigger in the text string

    Hello

    I would like to know if it is possible to convert some text buttons in a single variable text string.

    Let me try to explain:

    I have 3 buttons: Simulation, send, Quit

    Now, I want to use a case structure, in which it is possible to switch between these 3 options.

    So if you press the button for a second, I would have a string of text with the text: send.

    If I press Quit, having to turn into Quit, text string even if I can connect this string to the structure of the case.

    Is this possible? It sounds easy, but I can't figure out how do it in a simple way.

    How I did it: Boolean convert (0.1), these values multiplied by a number,

    for example (1,2,3), but to make a deal with (1,2,3) structure and write the right text in a text string.

    But I think it can be done much easier, isn't it?

    Thank you!

    Hello

    Check the attached VI. I think this should help you. The mechanical action of the buttons are "switch until released. You can change it according to your requirement.

    The second example uses the Structure of the event.

    Kind regards
    Nitz

    (Bravo to give good answers, mark it as a solution if your problem is resolved)

  • Save the alphanumeric string value

    Hello!
    How to save a value to a variable so that I can use it in the future? I have a string of output of a case structure proposed by an OK botton. I want to save the string value when I press the ok botton...
    Thanks in advance
    GM

    Just write the string in a text file.  When you want to use it later, to read the text file.

  • Have to reset the flag of string value

    Hello everyone

    I'm trying to reset the flag of string value.

    I use node string indicator property to change the color, its evolution, but when the program runs again it should start default how to do it. Thanks in advance

    Here, it's in 2009

Maybe you are looking for

  • No access to the internet banking

    Whenever I installed upgrading windows explorer 8 I can't access internet banking.  So I uninstall the update and I get the internet banking.  Why this happens and what matter if I do not install this update.

  • Duplicate emails in Outlook

    I have an Hotmail/MSN email account and I recently started to receive emails in my Outlook Inbox duplicate. I get hundreds of copies of the same emails if I do disappear from my Hotmail account. How can I stop this from happening?

  • ProBook 4430 s: HP ProtectTools Security Manager

    When I use my Probook s 4430 with windows 7 (x 64), I use HP ProtectTools Security Manager. But now, I can't go with gain of 8.1 x 64. Do you have a password management software using fingerprints?

  • windows compatibility 8 hp scanjet 5500c?

    Hello I have a 6910p 32 bit hp laptop upated with windows 8 pro. I have a hp scanjet 5500c scanner. There is no update for windows 8 drivers on the hp Web site. All my other devices I've used XP work fine. I tried to load the software provided with t

  • Adobe Photoshop Lightroom 6 will not download

    Today I bought Adobe Photoshop Lightroom 6 in a store, I followed the instructions and entered the code to redeem.However, when I entered the code several times, it does appear this:"We're sorry, something seems to go wrong on our end. Please try aga