Help - REGEXP: ignore zeros when it is followed by letters

Hello

I have a database with the data entered is wrong.
Ex: 1NC_P51234, 1NC_P01234, 1NC_P0001234

Is it possible to do a query: SELECT * from table where name like '% 1NC_P51234' and resulting:

1NC_P51234
1NC_P01234
1NC_P0001234

Basiccly YES, after the undercore and the letter P, ignoring the zero

Thanks in advance,

Roseline, Montreal, Quebec, Canada

Published by: Katie on October 26, 2009 08:14

Hi, Roseline,.

I think I understand now. Examples of great help, and done the formatting.

Let's rewrite the existing query, to make it more clear what he does:

SELECT  *
FROM    table_x
WHERE   REGEXP_LIKE ( name
                    , '_P'     ||     -- (a) the characters '_' and 'P', followed by
                '0*'     ||     -- (b) 0 or more '0's                  , followed by
                '[1-9]'     ||     -- (c) any of the characters '1' througn '9'
              )
;

That may have worked perfectly for your orriginal problem, but now you have a slightly different problem.
Before the optional '0', now you can get the 5 string '06 M - P' nstead of the string 2 "_P". You can simply change the part (a).
After the '0' option, you must now find the character '2' instead of characters 'by 9' 1. You can simply change the part (c), and you now have:

SELECT  *
FROM    table_x
WHERE   REGEXP_LIKE ( name
                    , '06M_P'     ||     -- (a) the characters '0', '6', 'M', '_' and 'P', followed by
                '0*'     ||     -- (b) 0 or more '0's, followed by
                '2'     ||     -- (c) the character '2'
              )
;

Again another time, condition (a) can be '09R_P' and condition (c) could be "600", in which case you could say:

SELECT  *
FROM    table_x
WHERE   REGEXP_LIKE ( name
                    , '09R_P'     ||     -- (a) the characters '09R_P', followed by
                '0*'     ||     -- (b) 0 or more '0's, followed by
                '600'     ||     -- (c) the characters '600'
              )
;

Actually, all of the queries above work exactly as written. The 2nd argument of REGEXP_LIKE can be any kind of expression.
It can be a single literal string, like

'_P0*[1-9]'

or it can be a concatenation of string literals 3, as

'09R_P' || '0*' || '600'

or it can be a concatenation of literals and bind variables, as

:part_a || 'P_0*' || :part_c

or it can be a concatenation of any kinds of string expressions, including
literals,.
bind variables,
columns,
SUBSTR,
CASE expressions,
even other regular expressions.

Tags: Database

Similar Questions

  • With the help of period as a double zero when entering timecode values

    It is a very long tradition (since CMX edition in the 1970s) to use the period on the numeric keypad as a double zero when entering timecode values.  For example, 1... would be 1:00:00:00.  0102 would be 01:02:00:00.  When you press the period, the application will display 00.  This has been the case with all other editors I've ever used.

    How you ask for it as a feature request?

    -Paul

    Here:

    Adobe - feature request/Bug Report Form

    MtD

  • Windows help keeps popping up when you press the happy.

    Hi, I am currently using an HP XT's spectrum that runs on Windows 8. Two days previously, when I press SHIFT C, the capital C is not at all.  Therefore, I press Caps Lock shift but this triggers a Windows Help is displayed.  This can be very irritating, especially when I'm typing a document. Anyone would be able to tell me how to activate the 'Shift C' keys, as well as to turn off the help pop-up windows when you press the CAPS LOCK key.?  Thank you very much for your help!

    Hello Lai,

    Thanks for posting your query in Microsoft Community Forum.

    If it works well before? If YES, you did important equipment or modifications to the software on the computer before this problem?

    The issue could rest with the material if it is a keyboard mapping problem. Then, I recommend you to connect an external keyboard with the ultrabook and check. If the external keyboard works fine, then you may need to contact the manufacturer of your system (hp) for the same problem.

    If you get the same problem with the external keyboard, the issue may rest with the keyboard or corrupt drivers.

    In this case, I suggest you to update the drivers for the chipset of your ultrabook. You can view the following link to do so:

    Spectrum of HP XT Pro Ultrabook

    Hope this information is useful. If the problem still persists, please post back for further assistance, we will be happy to help you.

  • How reset you the app to drive zero when you have completed a workout?

    How reset you the app to drive zero when you have completed a workout?

    Hi Larry

    When you are ready to complete your workout, press firmly on the view > press end > turn the digital Crown to scroll the summary results > at the bottom of the summary, touch save or delete.

    More information:

    Use of the workout on your Apple Watch - Apple Support

  • CompactRIO RT (:-65589) error code: error or warning occurred when writing the following shared Variable)

    Hello

    is anyone know this error Code:-65589?

    This error says:

    Shared in environmental_logger.vi variable
    This error or warning occurred when writing the following shared Variable:
    CompactRIO Target\Mod2\DO1 \\RT
    \\localhost\Mod2\DO1

    My cRIO9073 has 3 modules:

    MOD1: 9203 HAVE,

    MOD2: 9472 DO,

    Mod3: 9265 AO.

    When I delete all States and run only the first "init" State where I put DO0 = true and DO1 = false, I get this error. What could be?

    I think we need more information about your project - you can take a screenshot of your project LabVIEW RT target and the location of the shared variables? What is the configuration of the shared variable? Do you use the cRIO Scan Engine or FPGA (or both?)? How you deploy your library of variables? You should also zip to the top of your project and join, if you can.

    Here are some articles about the possible causes:

    http://digital.NI.com/public.nsf/allkb/C32368835ADAEE19862578500067A8C4

    http://digital.NI.com/public.nsf/allkb/7B52091D2FFA01EC86257C32005DF935

  • With the help of PSE v14 when PSE v10 is still in my iMac with iPhoto and when I click on a photo and click on change, he wants to keep opening PSE v10.  I just installed a temporary version of PSE v14 and would really like to use to see want I can do.

    With the help of PSE v14 when PSE v10 is still in my iMac with iPhoto and when I click on a photo and click on change, he wants to keep opening PSE v10.  I just installed a temporary version of PSE v14 and would really like to use to see want I can do.

    You open iPhoto or organizer? If the latter; Check your configuration. During your installation, make sure you select the application, and not an alias (shortcut). Go to this link.

    PSE14 as an external editor

  • After I open a document using Adobe reader DC and want to save it with the help of Save as when I try to open this operation all I get is an empty windo saying save as. This problem just started, note I'm on Windows 7 Prof

    After I open a document using Adobe reader DC and want to save it with the help of Save as when I try to open this operation all I get is an empty windo saying save as. This problem just started, note I'm on Windows 7 Prof

    Hi sgodwin2468,

    Make sure that Acrobat Reader DC is updated Release Notes | Adobe Acrobat, Reader.

    If the problem persists, try the solution below.

    The default "save under" Acrobat/Reader DC dialog box is different from the dialogue box you had in earlier versions of Acrobat/Reader, it also allows you to record in the clouds and previous locations that you saved the files. It is possible that when Acrobat/Reader tries to connect to the 'cloud', it runs into problems. You can try to disable this feature to see if this brings your backup in the back of the box: open Acrobat Preferences, then go to the "General" category and uncheck "show the online storage when you save files:

    Kind regards

    Nicos

  • can you please help I am running windows vista Home premium and letters on the keyboard are in french is my question mark key e, what is the problem and how to fix it thanks Dan

    can you please help I am running windows vista Home premium and letters on the keyboard are in french is my question mark key e, what is the problem and how to fix it thanks Dan

    Your keyboard is set to french. To resolve this problem, look at the right hand of the bar at the bottom and you will see a keyboard. Click on it and press U.S..
    I hope this helps.

  • Expect a result of zero when subtracting, but is 138.778E - 18

    I get unexpected values in a subtraction routine. I'm using LabView 2013.

    In my example code VI, I have several condition blocks sequentially decremented 7 banks of values. I get an unexpected result when executing my code under the following conditions:

    Bank 1 = 1.0

    2 the Bank to Bank 7 = 100

    BankTTL = 601,00

    Maneuvers of rate = 1, which makes the Rate(%FP/s) = 0.10

    I run the code 10 times expected decremented by 1 Bank of 0.10 each time.

    When I run the code the 11th time, 1 Bank should remain at zero and Bank 2 should begin decrement.

    However, this is not the case...  1 Bank becomes-. 01. This should not happen.

    By tracing the code, put a probe on the entrance to the indicator of Bank 1, the value returned after 10 executions in the "probe Watch Window' is 138.778E - 18. This is unexpected. The value displayed in the front panel is 0.00.

    When I start my logic with the following values:

    Bank 1 = 0.1

    2 the Bank to Bank 7 = 100

    BankTTL = 600.10

    Maneuvers of rate = 1, which makes the Rate(%FP/s) = 0.10

    I get the expected result of zero in the 'spy Probe window' as the façade for Bank 1 indicator.

    Your help to solve the unexpected result would be greatly appreciated.

    Thank you.

    Lixuan

    SGL/DBL types store numbers in binary format. Powers of 2 can be represented accurately (..., 0.125, 0.25, 0.5, 1, 2, 4, 8,...), but most of the other numbers may not.

    100, 0.1 and 601 are not powers of 2, so these values can be stored precisely and produce any rounding errors. See: ""which causes any floating point rounding errors?".

    Note that 138.778E - 18 is 0.000000000000000138778, which is very close to zero as your starting value is of ~ 600.

  • Excel truncating zeros when I read a spreadsheet

    I have a problem where when I read an Excel spreadsheet cells the trailing zeros are truncated.  Values in Excel are digital and I read them as strings because of the manipulation of data, I want to perform.  The program is generic and is designed to work on any number of different formats, so I can not just use of format specifiers.  If the Excel est.9210 property retourne.921 node field value

    I have included a picture of my code that reads the data range.  I would be grateful for any help or suggestion.


  • Help - error invalid reference when closing file

    The problem is that the function "Close TDMS" generates the following error message:

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

    Error-2501 occurred at close TDMS in host pc.vi

    The possible reasons: Reference to invalid TDMS files.

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

    What is so strange about it, as you can see on the screenshot, is that many other functions uses the file reference without any problem whatsoever, but when it gets to the close function, an error is generated. I probed the wire of error at each step, and there is no error that occur before the close of tdms file function.

    Just to help understand the function: a file temporary tdms is created and all data from the raw data file is stored on it. A list is generated from all the names of valid channel (channels named something other than "*" "") and then these valid channels only is read from the temporary file PDM and written in the final output file. The files are so big the read and write functions must be placed in loops so that the data is read/written a line/column at the time and the entire 90 MB file is not loaded into RAM.

    Can someone help me? I really need to understand what is happening. Code examples would be useful.

    Change all the tunnels that you use for the refnum in those loops to Shift Registers.

    If the loop For travels '0' time the refnum passes not valid.

    Ben

  • HELP: error code 800b0100 when you run the KB981332 update

    I am bang of ideas on it - have been trawling the foums, connected issues with HP and MS and all without success so far. Other updates seem to run OK.

    I have fairly new CPQ Presario notebook with factory version Windows 7 Home Premium 64 - bit preset with the trial versions of Norton Internet security and online backup. I deleted the backup utility and modernized purchased NIS 2010 edition.

    Latest updates installed successfully are KB971468, KB972270, KB974431 (35 listed) etc.

    As I don't have an OEM CD or DVD as a set of HP Recovery DVD. I seem to have only 1 option, or so say MS supports, namely restoring in the construction of the plant and start over. Needless to say, I don't want to do that.

    I tried a lot of things probably too many to mention including CFS, deleting the SoftwareDsitribution files. removal of NOrton (removal tool) etc. Am desperate for more help - surely to goodness it is possible to fix this without wiping everything.

    Contents of log files ON:

    Preparation of control system was updated.
    Binary version 6.1.7600.20667
    Package, Version 8.0
    2010-05-14 15:00

    Checking Windows Service Packages

    Checking of manifests package and catalogs
    (f) CBS MUM corrupt 0x800F0900 servicing\Packages\Package_2_for_KB981332~31bf3856ad364e35~amd64~~6.1.1.0.mum line 1:
    (f) CBS catalogue Corrupt 0x800B0100 servicing\Packages\Package_2_for_KB981332~31bf3856ad364e35~amd64~~6.1.1.0.cat
    (f) CBS MUM corrupt 0x800F0900 servicing\Packages\Package_for_KB981332_RTM~31bf3856ad364e35~amd64~~6.1.1.0.mum line 1:
    (f) CBS catalogue Corrupt 0x800B0100 servicing\Packages\Package_for_KB981332_RTM~31bf3856ad364e35~amd64~~6.1.1.0.cat
    (f) CBS MUM corrupt 0x800F0900 servicing\Packages\Package_for_KB981332~31bf3856ad364e35~amd64~~6.1.1.0.mum line 1:
    (f) CBS catalogue Corrupt 0x800B0100 servicing\Packages\Package_for_KB981332~31bf3856ad364e35~amd64~~6.1.1.0.cat

    Checking package Watchlist

    Watchlist checking

    Checking packages

    Control components store
    (f) CSI shows all zeros 0 x 00000000 winsxs\Manifests\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7600.20662_none_a4eb348760a82021.manifest amd64_microsoft-windows-writing of scripts - vbscript_31bf3856ad364e35_6.1.7600.20662_none_a4eb348760a82021
    (f) CSI shows all zeros 0 x 00000000 winsxs\Manifests\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7600.20662_none_af3fded99508e21c.manifest wow64_microsoft-windows-writing of scripts - vbscript_31bf3856ad364e35_6.1.7600.20662_none_af3fded99508e21c
    (f) CSI shows all zeros 0 x 00000000 winsxs\Manifests\amd64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7600.16546_none_a47b38bc4776add1.manifest amd64_microsoft-windows-writing of scripts - vbscript_31bf3856ad364e35_6.1.7600.16546_none_a47b38bc4776add1
    (f) CSI shows all zeros 0 x 00000000 winsxs\Manifests\wow64_microsoft-windows-scripting-vbscript_31bf3856ad364e35_6.1.7600.16546_none_aecfe30e7bd76fcc.manifest wow64_microsoft-windows-writing of scripts - vbscript_31bf3856ad364e35_6.1.7600.16546_none_aecfe30e7bd76fcc

    Summary:
    Seconds executed: 456
    Find 10 errors
    CSI shows all zeros Total count: 4
    CBS MUM corrupt count: 3
    Total corrupt CBS catalog number: 3

    Unavailable repair files:
    winsxs\manifests\amd64_microsoft-Windows-Scripting-vbscript_31bf3856ad364e35_6.1.7600.20662_none_a4eb348760a82021.manifest
    winsxs\manifests\wow64_microsoft-Windows-Scripting-vbscript_31bf3856ad364e35_6.1.7600.20662_none_af3fded99508e21c.manifest
    winsxs\manifests\amd64_microsoft-Windows-Scripting-vbscript_31bf3856ad364e35_6.1.7600.16546_none_a47b38bc4776add1.manifest
    winsxs\manifests\wow64_microsoft-Windows-Scripting-vbscript_31bf3856ad364e35_6.1.7600.16546_none_aecfe30e7bd76fcc.manifest
    servicing\packages\Package_2_for_KB981332~31bf3856ad364e35~AMD64~~6.1.1.0.mum
    servicing\packages\Package_2_for_KB981332~31bf3856ad364e35~AMD64~~6.1.1.0.mum
    servicing\packages\Package_for_KB981332_RTM~31bf3856ad364e35~AMD64~~6.1.1.0.mum
    servicing\packages\Package_for_KB981332_RTM~31bf3856ad364e35~AMD64~~6.1.1.0.mum
    servicing\packages\Package_for_KB981332~31bf3856ad364e35~AMD64~~6.1.1.0.mum
    servicing\packages\Package_for_KB981332~31bf3856ad364e35~AMD64~~6.1.1.0.mum
    servicing\packages\Package_2_for_KB981332~31bf3856ad364e35~AMD64~~6.1.1.0.cat
    servicing\packages\Package_2_for_KB981332~31bf3856ad364e35~AMD64~~6.1.1.0.cat
    servicing\packages\Package_for_KB981332_RTM~31bf3856ad364e35~AMD64~~6.1.1.0.cat
    servicing\packages\Package_for_KB981332_RTM~31bf3856ad364e35~AMD64~~6.1.1.0.cat
    servicing\packages\Package_for_KB981332~31bf3856ad364e35~AMD64~~6.1.1.0.cat
    servicing\packages\Package_for_KB981332~31bf3856ad364e35~AMD64~~6.1.1.0.cat
    Operating system: Windows 7

    technical skills: intermediate
    First name: John
    First name: Bury
    Phone: 02380780446
    E-mail: * e-mail address is removed from the privacy *.

    Initially I just installed the NIS bought without removing the trial.

    During the period 60-day trial free NIS already expired by the time where you have installed the version purchased NIS? [Yes/No]

    The foregoing despite...

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
        http://support.Microsoft.com/kb/929135

    I suspect that one or more protections in real-time of NIS may interfere with installation ofKB981322. Contact the Norton Support for assistance or see if KB981322 will install after a "clean boot" by KB929135.

    In turn, and if you have no material yourself did use following specific support security update...

    Visit the Microsoft Solution Center and antivirus security for resources and tools to keep your PC safe and healthy. If you have problems with the installation of the update itself, visit the Microsoft Update Support for resources and tools to keep your PC updated with the latest updates.

    Or you can...

    Start a free Windows Update support incident email request:
    https://support.Microsoft.com/OAS/default.aspx?Gprid=6527

    Buying to meet problems installing Microsoft security updates also can visit the following page for assistance:https://consumersecuritysupport.microsoft.com/

    For more information about how to contact your local Microsoft subsidiary for security update support issues, visit the International Support Web site:http://support.microsoft.com/common/international.aspx

    For enterprise customers, support for security updates is available through your usual support contacts.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • help, the pc crashes when running a game

    Hello

    every time when I play a game, after 30 minutes + / my screen goes black and nothing seems more answers (except Skype continues to operate)
    After reset pc I get this message
    BCCode: ea BCP1: 89B99C80 BCP2: 89C9A450 BCP3: 8A5EA9D0
    BCP4: 00000001 OSVer: 5_1_2600 SP: 3_0 product: 768_1
    When it was held that it did not prevent
    all my drivers are up to date
    I have installed windows XP (32-bit)
    My system configuration:
    CPU: AMD Athlon 64 X 2 6400 + @ 3200 MHz
    RAM: 4096 MB (4 x 1024 DDR2-SDRAM)
    Video: NVIDIA GeForce 8800 Ultra
    Motherboard: MSI 790 x chipset
    my search did not get me anywhere if any help would be great

    Hello

    This problem occurs if the graphics card is taken in an infinite loop while waiting for the video hardware to become idle. This may indicate that there is a problem with the video hardware or that the graphics card cannot program the hardware correctly.
     
    I suggest that you follow the methods described in the Microsoft KB articles and check:

    Error message in Windows XP: "STOP 0x000000EA THREAD_STUCK_IN_DEVICE_DRIVER".

    http://support.Microsoft.com/kb/293078

    Error message "Stop 0x000000EA" when you run video-based programs

    http://support.Microsoft.com/kb/314215

  • How can I get help outlook express? When I send a mail, I get an error message indicating the e-mail was sent not.

    Had problems with Outlook Express.  When I send a mail, I get an error message indicating the e-mail was sent not.  The e-mail has been sent, but it never leaves the output area.  I have to go and delete the e-mail.  Then I don't have a folder of e-mails, except in my deleted file.
    Any help would be appreciated.

    You have apparent dbx file corruption.

    Spend most of your messages out of the Inbox and then create new folders to send and sent items box after having moved the messages you want to save to a local folder that you create.

    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.

    In Windows XP, Win2K & Win2K3 the OE user files (DBX and WAB) are by default marked as hidden. To view these files in Windows Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder Options icon | Opinion, or in Windows Explorer. Tools | Folder options | View.

    With OE closed, find the DBX files for the items in the Outbox and sent and delete them.  New ones will be created automatically when you open OE.

    After you're done, followed by compacting your folders manually while working * off * and do it often.

    Click Outlook Express at the top of the the folder tree so no folders are open. Then: File | Work offline (or double-click on work online in the status bar). File | Folder | Compact all folders. Don't touch anything until the compacting is completed.

    General precautions for Outlook Express:

    Do not archive mail in the receipt or sent items box. Create your own user-defined folders and move messages you want to put in them. Empty the deleted items folder daily. Although the dbx files have a theoretical capacity of 2 GB, I recommend all a 300 MB max for less risk of corruption.

    Information on the maximum size of the .dbx files that are used by Outlook Express:
    http://support.Microsoft.com/?kbid=903095

    Disable analysis in your e-mail anti-virus program. It is a redundant layer of protection that devours the CPUs, slows down sending and receiving and causes a multitude of problems such as time-outs, account setting changes and has even been responsible for the loss of messages. Your up-to-date A / V program will continue to protect you sufficiently. For more information, see:
    http://www.oehelp.com/OETips.aspx#3

    Why you don't need your anti-virus to scan your email
    http://thundercloud.NET/infoave/tutorials/email-scanning/index.htm

    Note that for some AV programs, it may be necessary to uninstall the program and reinstall in custom Mode and uncheck analysis when the option is the result of e-mail messages.

    Compact often as specified above.

    And backup often.

    Outlook Express Quick Backup (OEQB Freeware)
    http://www.oehelp.com/OEBackup/default.aspx

  • Help Center is empty when we and off-line.

    I use a laptop of opportunity that has been the factory--update to Vista (I don't know the original operating system for this computer), but the centre is completely empty. On each page, I get the following messge:

    Help topic not found this content under construction

    We were able to retrieve the requested topic.

    Y at - it a patch that I can install to get the Help Center? I have the same problem if my internet is connected or not. I think it's a mistake when the factory updated (they have not also add enough memory). I can't find patches for this when I searched.

    Create a new user (Administrator), and then log in as this user and see if the problem persists.

    Boot mode safe mode with networking and see if the problem exists as well.

    If this does not work, try a boot minimum http://support.microsoft.com/kb/929135.  If the problem goes away then it's just a matter of tracking down the culprit at the origin of the problem.   Follow the procedures described in the article.  Once found, remove, delete, disable or uninstall.  Once remember to put Vista in normal status, as described in the procedures. If the problem occurs in clean mode then just restore the system to normal and reboot - this solution will not work.

    If this does not work, we will check your system and hard disk for corruption files:

    Go to start / all programs / accessories / command prompt and right click on command prompt, and then click Run as administrator.

    Type sfc/scannow, go and let it run.  It will scan and try to correct some of your system files.  If all goes well he comes complete with no corruption, it could not repair (if it has these post of corruption here or try to analyze it to find the problem or files using http://support.microsoft.com/kb/928228.  Try to put all the corrupt files here so that we can see if they can be repaired with good copies of the installation disc (unless there are too many).

    While in the command prompt, type chkdsk /f /r and enter and let it run.  They tried to set itself to run at the next reboot.   Answer Yes and restart to run the program.  It will scan and attempt to resolve any corruption or bad sectors on your hard drive and remove especially as a potential cause.

    If it does not, then thanks for posting error messages in Event Viewer on the help (Start / Control Panel / administrative tools / Event Viewer).  Here's how to use Event Viewer: http://www.petri.co.il/vista-event-viewer.htm.  Look in the section system or Application.  I KNOW there must be errors each time it failed.

    Let 'see where that leaves us.  Please answer all questions and to report on all procedures in your answer and we'll see what to try next.  I suspect that we will have to do a repair system/upgrade.  You have a disk for Installation of Vista genuine?

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for

  • How can I get Firefox to allow connections secured with sites that I trust?

    I've just updated to the latest version of Firefox (18.0.1) and I find that I can access is no longer at least half of the sites that I have used, such as Gmail and Facebook. Most of the sites I'll now do not even look right, they just display text,

  • Need x 64 driver for a data card Huawei E368 AT & T

    No luck at the AT & T or Huawei (even to call them). I use Windows XP Pro 64-bit. I know that the card works because I used it on a different computer with the 32-bit version.

  • How to deploy a particular category of Playbook Simulator

    Hello It of maybe a stupid question, but how do I deploy a different category when I run blackberry-deploy -installApp that is, to one of the categories: Internet, multimedia, games, utilities Can you add more new categories as well...? TNX, H.

  • Base system - missing drivers device

    Hello I have a ProBook 6560 b and a ProBook 5330 m, they are both new and I just installed WIN PRO 7 SP1 32 - BIT on them and Office 2010, no other software so far. The problem is that the two laptops display the 'Base system device' under 'Other dev

  • Change the xml tag when generating a mapping table it

    HelloI have to generate a xml that involves two tables(1) STORE_CFA_EXT(2) CFA_ATTRIBBut the problem is that the name of column in STORE_CFA_EXT is stored in CFA_ATTRIB as values of column. insert into STORE_CFA_EXT (STORE, GROUP_ID, VARCHAR2_1, VARC