Error when calling a procedure using an external table with c#.

Hello

I'm developing an application scheduler with Visual Studio 2010 (c#) to start my PL/SQL procedures.

Everything works fine with each procedure, but one who reads the contents of an external table.

Strange thing is when I start the same procedure with Toad, I have no problem, but when I run with my c# code:

OracleCommand cmdMET = new OracleCommand();

cmdMET.CommandText = 'STG_AE. M_MET_S_EXT_DEFECT ';

cmdMET.CommandType = CommandType.StoredProcedure;

con = cmdMET.Connection;

OracleParameter retvalMET = new OracleParameter ("value", OracleDbType.Varchar2, 50);

retvalMET.Direction = ParameterDirection.ReturnValue;

cmdMET.Parameters.Add (retvalMET);

cmdMET.ExecuteNonQuery ();

I got this error:

ORA-29913: error in executing ODCIEXTTABLEFETCH legend

ORA-01722: invalid number

ORA-06512: at "STG_AE. M_MET_S_EXT_DEFECT', line 8

ORA-06512: at "STG_AE. MET_SRC', line 10

ORA-06512: at "STG_AE. PUTS", line 14

ORA-06512: at line 1

I can't understand why it works when I run it with Toad and why I get this error when launching of it with c#... Any advice would be great!

Thank you!

I can't understand why it works when I run it with Toad and why I get this error when launching of it with c#... Any advice would be great!

The error led to think that a string to number conversion fails all by accessing the external table.

What is the format of numeric fields in the external file?

I'm guessing that your session NLS_NUMERIC_CHARACTERS setting is defined differently whether you're in your application c# or toad.

Could check you on both?

Tags: Database

Similar Questions

  • Error when calling stored procedure of backing bean

    I use Jdeveloper 11.1.1.6 and tries to use the following URL to execute a SP of a bean of support: http://ramannanda.blogspot.com/2011/11/optimized-update-insert-adf.html

    The reason why I'm interested in this is currently I coded my support bean to perform insertions and deletions by the use of my objects in view. I am the scene up to a combined 5-10 K, insertions and deletions and performance is rather slow. If there is a way to adjust the display objects as well as the validation is much faster, it is the preferred method. If this cannot be done then I would understand the approach identified in the URL.

    I've highlighted a section of code below fails when you use the approach of the URL. It-error with the following exception: javax.el.ELException: oracle.jbo.JboException: java.sql.SQLException: internal error: incompatible catalog view


    You have thoughts about what could cause this exception.





    create or replace
    TYP_TEST_R type is object
    (
    Test_Id Number (5.0).
    Test_Num Number (7.0)
    );


    create or replace
    type TYP_TEST_TB as the TYP_TEST_R table;



    {} private void myMethod (MyTableVORowImpl pCurrentRow)
    int i = 0;
    DCIteratorBinding = lDciter
    (DCIteratorBinding) getBindings () .get ("MyTable1Iterator");
    MyAppModuleAMImpl = lMyAppModuleAMImpl
    (MyAppModuleAMImpl) lDciter.getViewObject () .getApplicationModule ();
    Connection = lConnection
    lMyAppModuleAMImpl.getDBTransaction () .createStatement (1) .getConnection ();
    StructDescriptor lTblRecordStructType =
    StructDescriptor.createDescriptor ("DBADMIN. TYP_TEST_R,"
    lConnection);

    ... < additional logic here >...


    Object [] lArray = Object [lSortedDifferences.size (new)];
    all in (...) {
    Number lNumber =...
    Number of lDifferentStore = (Number) lDifferentIterator.next ();


    STRUCT lTempStruct =+ _
    new STRUCT (lTblRecordStructType, lConnection,+ _)
    * new Object() {pCurrentRow.getTestId (), * + _}
    ({ lDifferentStore}) ; +_
    lArray [i] = lTempStruct;
    i = i + 1;
    }

    create table structure descriptor
    ArrayDescriptor = lTableDesc
    ArrayDescriptor.createDescriptor ("DBADMIN. TYP_TEST_TB,"
    lConnection);
    create a type of table with the structure definition
    LTableArray = ARRAY
    New ARRAY (lTableDesc, lConnection, lArray);
    String lCallableProcedureStatement =
    "start DBADMIN. SP_TEST(?,?); end; « ;
    OracleCallableStatement lOracleCallableStatement = null;
    lOracleCallableStatement =
    (OracleCallableStatement) lMyAppModuleAMImpl.getDBTransaction (.createCallableStatement (lCallableProcedureStatement),
    (0);
    lOracleCallableStatement.setARRAY (1, lTableArray);
    lOracleCallableStatement.setString (2,
    (String) ADFUtil.evaluateEL("#{sessionScope['UserName']}"));
    lOracleCallableStatement.executeUpdate ();
    }

    Hello

    the user that executes the statement has the correct grant to the user-defined type?

    concerning
    Peter

  • Case function can be used as a parameter when calling a procedure, please advise...

    Case function can be used as a parameter when calling a procedure, please notify

    The daily procedure is called with the parameter 3 following one of the parameters using a function box between them as shown below.

    Daily_Ins (c1.p_mtrid, c1.p_UOM CASE WHEN "KWH" THEN 1 ELSIF 'KW' THEN 2 END, v_dateHold);

    In my opinion, using decode is illegal, so I think that I cannot say something like :

    Daily_Ins (c1.p_mtrid, ( decode c1.p_UOM, "KWH", 1 'KW', 2), v_dateHold);

    I think I just found something on the net

    SQL > DECLARE

    2 wages NUMBER: = 20000;

    3 employee_id NUMBER: 36325 =;

    4

    5 PROCEDURE give_bonus (emp_id in NUMBER, bonus_amt number) IS

    6 BEGIN

    7 DBMS_OUTPUT. Put_line (emp_id);

    8 DBMS_OUTPUT. Put_line (bonus_amt);

    9 END;

    10

    BEGIN 11

    12 give_bonus (employe_id,

    13 CASES

    14 salary when > = 10000 AND salary<=20000 then="">

    15. WHAT salary > 20000 AND salary<= 40000="" then="">

    16. WHAT > 40000 salary THEN 500

    17 0 OTHERWISE

    18 END);

    END 19;

    20.

    PL/SQL procedure successfully completed.

  • mapping using the external table error.

    I'm trying to create a map using an external table.
    I'm testing a simple column to column mapping. As simple as you could possibly get.
    Can I deploy the mapping without errors, but when I try to run the map, I get a
    ORA-06564: EXT_DATA object does not exist

    I created my external to oracle using the ext_data directory. I can see the data without any problem in TOAD or SQLPlus.

    I tried to create a place called ext_data and it helps this creation, but I still get the same error.

    Any thoughts?

    Dan

    Hi Dan

    You must deploy the EXT_DATA connector (to be deployed as a Directory SQL) that is created under the location of Oracle used for your external table module is in.

    See you soon
    David

  • error when calling NtSetTimerResolution in NTDLL 1097. DLL

    I get 1097 error when calling NtSetTimerResolution in NTDLL. DLL. why?   I scoured most of the posts on this forum describing the 1097 error and tried the solutions without success.

    This is a link to the function prototype (copied below) that I adapted in the node call the attached vi library (you will be asked to locate NTDLL. DLL on your system when opening it)

    NtSetTimerResolution and NtQueryTimerResolution are defined as follows. All hours are stated in hundreds of nanoseconds.

    NTSTATUS NtSetTimerResolution (
    IN ULONG RequestedResolution,
    IN BOOLEAN
    defined.
    ON PULONG ActualResolution
    );

    Parameters

    RequestedResolution

    The desired timer resolution. Must be the legal scope of the system timer values supported by NT. The standard x 86 systems it's 1 to 10 milliseconds. The values that are within the acceptable limits are rounded to the next higher standard x 86 HAL millisecond limit. This parameter is ignored if the Set parameter is set to FALSE.

    Set

    This is TRUE if we ask a new resolution of the clock, and FALSE if the application is indicating that he hasn't needed a resolution already implemented.

    ActualResolution

    The resolution of timer in effect once the call is returned in this parameter.

    Woohoo! I solved the problem.

    I was using a copy of NTDLL. DLL C:\Drivers\I386\SYSTEM32\NTDLL here. DLL (version 5.1.2600.1106)

    instead of C:\WINDOWS\system32\ntdll.dll here (version 5.1.2600.5755).

    An observation aside Interestingly enough, I did, when I tried to put the old version in C:\WINDOWS\system32 to see if it was just a problem of dependence, rather than a version number, I couldn't do it!  I tried renaming C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\ntdll.dll.old and immediately a replacement c:\windows\system32\ntdll.dll pop up would be in his place! I even tried to drag / drop of C:\Drivers\I386\SYSTEM32\NTDLL. DLL C:\WINDOWS\system32\ntdll.dll, it seemed to replace, but a system of security immediately replaced it with the latest version.   WinXP is smarter than I thought, or maybe something like Microsoft Windows Defender Antispyware installed by our company does this.

    In any case, I've confirmed lateer version is necessary because when I copied C:\WINDOWS\system32\ntdll.dll to C:\Drivers\I386\SYSTEM32\NTDLL. DLL, it also solves the problem.

    You might well ask why I did not use the correct version in the first place - well not knowing where he was, I only noticed the old version when I searched for it with my Google Desktop.

    Rgds

  • I can't use windows update. I get an error when I try to use it.

    I can't use windows update. I get an error when I try to use it. Someone knows how to solve this problem

    Original title: I have a desktop pc with windows xp, I can't use windows update. An error when I try to use it. Someone has any idea how to solve this problem.

    You must be at Service Pack 3 level before you can use Windows updates.

    To determine which service pack is currently installed on your computer, follow these steps:

    1. Click Startand then click run.
    2. Copy and paste, or type the following command, and then click OK:

    winver

    A dialog box displays the version of Windows and the service pack that is currently installed on your computer.

    If you haven't already done so, you will need to install the SP2 and SP3 (SP1 note no longer exists).

    How to obtain the latest Windows XP service pack

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

    SP2 - http://www.microsoft.com/en-us/download/details.aspx?id=28 (for single PCs too)

    For Windows XP Service Pack 2 installation procedure

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

    Steps to take before you install Windows XP Service Pack 3 http://support.microsoft.com/kb/950717

    It is stated in "How to obtain the latest service pack XP" is.

    If you have problems obtaining the service pack from Windows Update, you can download the package of standalone update from the Download Center. This page will say that this installation package is intended for it professionals and developers. However, you can download this file safely. The following file is available for download from the Microsoft Download Center:

    See also: http://support.microsoft.com/kb/2497281

    April 8, 2014, support and updates for Windows XP will be more available. Don't let not your PC not protected.

    http://Windows.Microsoft.com/en-AU/Windows/end-support-help

  • Using the external table error

    Hi all

    This is the first time I use the external table for loading the data.

    I did these steps

    In the D:\sqlloade folder, I have my text file containing data example.txt

    I ran these queries

    CREATE OR REPLACE DIRECTORY  ext_tab_data AS 'D:\sqlloader';
    
    

    Directory created

    CREATE TABLE fxops.t_ext (
    t number
    )
    ORGANIZATION EXTERNAL (
      TYPE ORACLE_LOADER
      DEFAULT DIRECTORY ext_tab_data
      ACCESS PARAMETERS (
        RECORDS DELIMITED BY NEWLINE
        FIELDS TERMINATED BY ','
        MISSING FIELD VALUES ARE NULL
        (
         t number
        )
      )
      LOCATION ('sample.txt')
    )
    PARALLEL 5
    REJECT LIMIT UNLIMITED;
    
    

    create table

    When I tried to create a view on that table, he throws an error

    CREATE OR REPLACE VIEW fxops.t_view  AS
      SELECT *
      FROM   fxops.t_ext;
    
    SQL Error: ORA-06564: object EXT_TAB_DATA does not exist
    06564. 00000 -  "object %s does not exist"
    *Cause:    The named object could not be found.  Either it does not exist
               or you do not have permission to access it.
    *Action:   Create the object or get permission to access it.
    
    

    Sign in, and then run this:

    Select HOST_NAME from v$ instance;

    is this the same hostname that you are connected?

    Kind regards

    Harry

  • When you access the virtual machine, getting the error "encountered an error when you try to use one of its virtual hard disks". Help?

    I received the "low disk space error" on a hard drive of the virtual machine dynamic expanding. I have increased my space of virtual hard disk using "My Computer" > manage > storage > "Disk management" and choose "Attach VHD" then resizing to max available (64 GB), and now I can not start the virtual machine. It gives the error: encountered an error when you try to use one of its virtual hard disks. Help?

    Hi NatalieFoster,

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums to get help:

    Windows 7 Virtual PC and XP Mode TechNet Forums

  • How to use two external monitors with my laptop?

    I have a new Pavilion dm4-301 d cl Entertainment PC.   My OS is Windows 7.   I'm used to using two external monitors with a docking station.   This new laptop lacks a docking station.  What should I do use two external monitors?

    Certainly not without a dock, but even with laptop HP well enough docks limit you to one of the ports on the external monitor, even if there are two on the dock. We used a device called an Atlona AT-HDPIX2 which is a USB to hdmi adapter. It provides a feature of third monitor for a laptop... use the native external port of the screen and the computer screen internal, then this device gives a third control that is fully configurable to display Windows 7 interface... clone, extend, etc.. It allows a full HD resolution and is pretty responsive for games even light.  HP does not have any true docking station for your laptop.

  • Timestamp of reading using the external Table

    Hello
    I have a data file that looks like
    2011-08-15 00:00:00.000000 | 23:59:59.999999 2011-08-15

    I am trying to use an external table. But I always get an error trying to read the fractional part (ie the last 6 digits).
    The code is:
    create table ext_table_fdw)
    DW_Open TIMESTAMP
    DW_Close TIMESTAMP
    )
    (external) Organization
    type oracle_loader
    the default directory ftp_in
    (settings) access
    records delimited by newline
    nologfile
    fields ended by ' |'
    missing field values are null
    (
    DW_OPEN Char Date_Format Timestamp mask 'Mon dd yyyy Hh:Mi:Ss:Ff6'
    DW_Close Char Date_Format Timestamp mask 'Mon dd yyyy Hh:Mi:Ss:Ff6'
    )
    )
    location ("fdwextract_copy.txt")
    )
    reject limit unlimited;

    I get this error:
    ORA-29913: error in executing ODCIEXTTABLEFETCH legend
    ORA-29400: data cartridge error
    Error opening file /u02/lpremia/ftp-in/EXT_TABLE_FDW_11948.bad

    Please help as it is very important for us to be able to read the last part of the timestamp.
    Thank you.
    Best regards
    Brinda

    user6361157 wrote:
    Hello
    I have a data file that looks like
    2011-08-15 00:00:00.000000 | 23:59:59.999999 2011-08-15
    DW_OPEN Char Date_Format Timestamp mask 'Mon dd yyyy Hh:Mi:Ss:Ff6'
    DW_Close Char Date_Format Timestamp mask 'Mon dd yyyy Hh:Mi:Ss:Ff6'

    The MASK is NOT March data!
    'YYYY-MM-DD HH24:MI:SS:Ff6 ".

  • Using the external Table

    Oracle 11.2.0.1
    Windows 7 Edition Home Premium 64-bit

    On every weekend, we get a file with the text like this:
    CUST_NAME:M/S ABC & COMPANY
    --------------------------------------------------------------------------------
    PROD_ID                              PR_05          STEAM_PIPE                              
    BILL_AMOUNT_ADVANCE                    1245.07          WITH VAT     
    BILL_DATE                         17-03-2011     
    GOODS_DELIVERED_ON                    20-03-2011     HAPPY CARGO
    
    
    CUST_NAME:M/S XYZ & COMPANY
    --------------------------------------------------------------------------------
    PROD_ID                              PR_09          PAPER_BAGS                              
    BILL_AMOUNT_CREDIT                    4000.07          WITHOUT VAT     
    BILL_DATE                         17-03-2011     
    GOODS_DELIVERED_ON                    20-03-2011     SHIVAM COURIER
    
    ...
    All ABOUT 100-125 billing information for our various regional staffs.

    We need an external table something like this:

    CREATE TABLE REGIONS_SALE
    (
    COL1 VARCHAR2 (40),
    COL2 VARCHAR2 (30),
    COL3 VARCHAR2 (15).
    COL4 VARCHAR2 (20)
    );

    And data should looks like this:

    Select * from REGIONS_SALE;
    COL1                    COL2                    COL3          COL4
    ABC & COMPANY               PROD_ID                    PR_05          STEAM_PIPE     
    ABC & COMPANY               BILL_AMOUNT_ADVANCE          1245.07          WITH VAT
    ABC & COMPANY               BILL_DATE               17-03-2011
    ABC & COMPANY               GOODS_DELIVERED_ON          20-03-2011     HAPPY CARGO
    XYZ & COMPANY               PROD_ID                    PR_09          PAPER_BAGS
    XYZ & COMPANY               BILL_AMOUNT_CREDIT          4000.07          WITHOUT VAT
    XYZ & COMPANY               BILL_DATE               17-03-2011     
    XYZ & COMPANY               GOOD_DELIVERED_ON          20-03-2011     SHIVAM COURIER
    Kindly help me, how to create the external table with the name of firms repeated in the COL1 of fixed length text file.

    Thanking you.

    One way is to create a view:

    SQL> CREATE TABLE TEST_EXT
      2  (
      3    str  VARCHAR2(4000 BYTE),
      4    RN         NUMBER
      5  )
      6  ORGANIZATION EXTERNAL
      7    (  TYPE ORACLE_LOADER
      8       DEFAULT DIRECTORY TESTDIR
      9       ACCESS PARAMETERS
     10         ( RECORDS DELIMITED BY NEWLINE
     11            BADFILE 'test.bad'
     12            LOGFILE 'test.log'
     13            NODISCARDFILE
     14            READSIZE 1048576
     15            FIELDS LDRTRIM
     16            REJECT ROWS WITH ALL NULL FIELDS
     17                ( str         (1:4000)     CHAR(4000),
     18                  rn recnum
     19         )                )
     20       LOCATION (TESTDIR:'test.txt')
     21    );
    
    Table created.
    
    SQL> create or replace view test_vu as
      2  select col1,col2,col3,col4
      3  from(
      4      select str,max(case when str like 'CUST_NAME:%' then replace(str,'CUST_NAME:') else null end) over(partition by sm) col1,
      5             regexp_substr(str,'[^   ]+') col2,regexp_substr(str,'[^ ]+',1,2) col3,regexp_substr(str,'[^     ]+',1,3) col4
      6      from(
      7          select sum(case when str like 'CUST_NAME:%' then 1 else 0  end ) over(order by rn) sm,t.*
      8          from TEST_EXT t
      9          where str like 'CUST_NAME%'
     10          or str like 'PROD_ID%'
     11          or str like 'BILL_AMOUNT%'
     12          or str like 'BILL_DATE%'
     13          or str like 'GOODS_DELIVERED%'
     14         )
     15       )
     16  where str not like 'CUST_NAME:%';
    
    View created.
    
    SQL> select * from test_vu;
    
    COL1                                     COL2                      COL3                           COL4
    ---------------------------------------- ------------------------- ------------------------------ ------------------------------
    M/S ABC & COMPANY                        PROD_ID                   PR_05                          STEAM_PIPE
    M/S ABC & COMPANY                        BILL_AMOUNT_ADVANCE       1245.07                        WITH VAT
    M/S ABC & COMPANY                        BILL_DATE                 17-03-2011
    M/S ABC & COMPANY                        GOODS_DELIVERED_ON        20-03-2011                     HAPPY CARGO
    M/S XYZ & COMPANY                        PROD_ID                   PR_09                          PAPER_BAGS
    M/S XYZ & COMPANY                        BILL_AMOUNT_CREDIT        4000.07                        WITHOUT VAT
    M/S XYZ & COMPANY                        BILL_DATE                 17-03-2011
    M/S XYZ & COMPANY                        GOODS_DELIVERED_ON        20-03-2011                     SHIVAM COURIER
    
    8 rows selected.
    
  • call sub procedure for updating the table - need help

    Hi all

    I have a scneario wherein I get three values 0,2.5 and 57.
    For each value, I'll call another procedure that updates a table "sample_dest".
    The "sample_dest" table has a column "dest_nbr."

    Now, for each three values I get,
    I want to update only one record in the table 'sample_dest '.

    for example, I want to update the column "dest_nbr" with a value of 59.5 (0 + 2.5 + 57).

    I am unable to do this, because every time the procedure is called,
    the previous values are not stored. 57 is the last value I get,
    I am able to store only 57. But I want 59.5 to be updated in the table.

    How can I achieve this.
    Help, please.

    Concerning
    Rambeau.

    This should be done in a single sql statement, not in a loop of cursor (which is what it looks like you're doing). If sample_desc already contains records for samples, so it should look like:

    UPDATE sample_desc sdesc
    SET desc = (SELECT AVG(code) FROM sample_dest sdest
                WHERE sdesc.sample = sdest.sample)
    WHERE EXISTS (SELECT 1 FROM sample_dest sdest
                  WHERE sdesc.sample = sdest.sample)
    

    If sample_desc does not already contain records (unknown from your description), then it would be an insert as:

    INSERT INTO sample_desc
    SELECT sample, AVG(code)
    FROM sample_dest sdest
    GROUP BY sample
    

    John

  • external table with preprocessor option

    Hello!

    Can someone help me, I created an external table with option of preprocessor, but error encountered when querying the external table below.

    I use Version 2.1.0.63 oracle sql developer.
    I run the query on my client.
    My files are under the oracle database server (version is 11.1.0.6).
    Linux operating system.

    Error report:
    SQL error: ORA-29913: error in executing ODCIEXTTABLEOPEN legend
    ORA-29400: data cartridge error
    KUP-00554: error occurred when parsing the access settings
    KUP-01005: syntax error: found 'distinctive sign': expected an a: "badfile, bigEndian, characterset, column, data, delimited, discardfile, disable_directory_link_check, fields, set, load, logfile, language, nodiscardfile, nobadfile, nologfile, date_cache, transformation, TailleLue, chain, skip, territory, variable.
    KUP-01008: the bad ID was: PREPROCESSOR
    KUP-01007: in column 10 on line 2
    29913 00000 - "error in the execution of %s legend".
    * Cause: The execution of the specified legend caused an error.
    * Action: Examine the error messages take appropriate measures.

    Upgrades the database to 11.1.0.7 the only way to solve this problem?


    Thank you!
    Dhekz

    You need version 11.2 database...

    http://download.Oracle.com/docs/CD/E11882_01/server.112/e10881/Chapter1.htm#NEWFTCH1
    http://download.Oracle.com/docs/CD/E11882_01/server.112/e10595/tables013.htm#ADMIN12898

  • External table with the empty file

    Hello

    My version of db: Oracle 11 g

    I have a csv file that is empty.

    I created an external table the empty csv file.

    When I run:

    Select count (*) in the externaltblname;

    It returns 1.

    It should return 0 to the right.

    In the definition, I specified "SKIP 1.

    But he always returns 1.

    When I use this external table to load into a table target. It loads a single row with null values.

    How to solve this problem. Please advice.

    What works for me is the following (t_ext points to a blank csv):

    SQL > select count (field) in the t_ext;

    COUNT (FIELD)

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

    1

    1 selected line.

    SQL > select ascii (field) in the t_ext;

    ASCII (FIELD)

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

    13

    1 selected line.

    SQL > select count (replace (field, chr (13))) of t_ext;

    COUNT (REPLACE (FIELD, CHR (13)))

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

    0

    1 selected line.

  • External table with the preprocessor file to display the list of files

    Hello

    in my db 11.2.0.2 I would create an external table with script preprocessor to show me the list of files in a directory.

    Preprocessor banally:

    #! / bin/bash

    CD/MyDir

    / bin/ls-l *.txt 2 >/dev/null

    The problem is the file name that contains white space (style windows in a Linux env), for ex:

    -rw - r - r - 1 oracle oinstall 920 9 Jun 17:37 File1.txt

    -rw - r - r - 1 oracle oinstall 72316 Jun 10 10:37 file GC output1.txt

    -rw - r - r - 1 oracle oinstall 72316 Jun 10 10:40 GC file output2.txt

    So I can't use FIELDS DELIMITED BY "". ""

    FIXED size? No, because the file size change the length of the lines.

    I tried to use awk in my preprocessos script, but I have the same problem:


    / bin/ls-l *.txt 2 >/dev/null | / bin/awk ' {printf "%s %.2d %s %s\n", $6, $ 7, $ 8, $9} '.


    Any ideas?

    Hello

    I used java to retrieve information about the files.

Maybe you are looking for

  • name the new dvd

    When I put in a new DVD the computer automatically gives the new DVD of emptiness, a strange name with Chinese characters. I rename the new DVD, but is it possible to automatically find a blank for the name row or perhaps the date?

  • My Officejet Pro L7590 prints with lines across the copies? How to fix?

    Printer has run fine until lately.  Now it has lines across all copies printed.  Computer running Windows XP.  Both are uTD on software...  Tried cleaning with air presurized Copier, but made no difference. I can fix thins, or must it technician?

  • EditField specific text in bold

    Hello I want "BOLD" of specific letters in my EditField. public void changeToBold() {}try {}alphaSans = FontFamily.forName ("without BBAlpha");Police = alphaSans.getFont (Font.BOLD, 9, Ui.UNITS_pt);editField.setFont (do);} catch (ClassNotFoundExcepti

  • eliminate como puedo VirTool:Win32/obfuscator.AFX El / Obfuscator.XZ

    HA avido a virus than an entrado por el facebook. bloqeo mi facebook todo, y bueno e used escaner pero el no lo ha could eliminate, the truth not to do.

  • Confusion of the AAA

    In the AAA configuration guide, it says you must apply the method of access to lines and interfaces, but if I use the aaa authentication login apparently apply the authentication method for all methods of login anyway? Is it because I'm using a defau