How to add new SourceFire to the centre of defence

Hello world

Recently, we got new Sourcefire and need to know how to add it to the centre of defence.

I'm new to environment fire source.

Concerning

Mahesh

Mahesh,

Maybe it's not a matter of license, but my team and I will address your issue.  I'll meet you at the end of day today.

Thank you
Merv Reyes

Tags: Cisco Security

Similar Questions

  • How to add new drivers for the motherboard when BSOD 0x0000007e

    When my father-inlaw MOBO went so I got a new motherboard. The old MOBO and power passed.  New ASUS AM2 with nvidia 7025 and 630 a w/ALC662 came with only installable drivers. No separate way to install when windows does not start.  The SIS for the old MOBO drivers have been removed, but I guess that windows does not know which.  How can I get the drivers to load to get the very basic windows to start.  0x0000007E (0xc0000005, 0xba2a8750, 0xba4c742c, 0xba4c7128). I tried logging in the bootini file and it does not leave an ntbtlog.txt file in C:\, I see a screen saying it's nostalgia, but no file.  then I /sos and it does not give me line by line. then I /pcilock and basevideo and any difference.  The new MOBO has no floppy drive, so it makes it even more difficult.  Any ideas? How can I edit the registry when no boot?

    Hello

    See the methods listed in the section below:
    How to troubleshoot a Stop error 0x0000007E in Windows XP
    http://support.Microsoft.com/kb/330182

    I hope this helps.

  • How to add new features to the line in the nested table advace?

    Hello

    I want to create a new line in the nested table advance.

    Help, please.

    Thank you

    Hello

    Use the code below to add a line in the nested Table.

    If (PageContext.GetParameter ("addRows")! = null) {}

    OAAdvancedTableBean sectionsTable = (OAAdvancedTableBean) webBean.findChildRecursive ("AdvTblRN");

    OAInnerDataObjectEnumerator sectionsEnum = new OAInnerDataObjectEnumerator (pageContext, sectionsTable);

    {while (sectionsEnum.hasMoreElements ())}

    Set of rows sectionsRowSet = sectionsEnum.nextElement () (set of lines);

    for (int i = 0; i)< 1;="">

    NewRow = sectionsRowSet.createRow ((OARow)) OARow;

    sectionsRowSet.insertRowAtRangeIndex (sectionsRowSet.getRowCount (), newRow);

    }

    }

    Thank you

    Dilip

  • JSF: how to add new record in the datatable in the same page

    JDeveloper: 11.1.2.2.0
    using ADF - I want to create a page that contains a datatable, text entry field and a command button.
    When I press the command button, I want the text in the text input field to insert as a new record in the datatable.
    What is the best practice for whom? How to get the value of the input text field and insert it?
    Thanks in advance :)

    http://jamessmith73.WordPress.com/Oracle-Fusion-Middleware/ADF-CRUD-cascaded-lovs/

  • How to add new columns to the datablock

    Hello

    I am new to oracle forms.

    You gurus out there can help me with a simple query.

    I have a block of data based on the system_parameters table.

    I have to add two new elements of text corresponding to two new columns (say A and B) added in the same table.

    I added the text elements manually on the editor of layout of the data block.

    In the range of property under section of the database that I gave the name of the column as A & B (new name column of the table).

    When I run the form, it gives me FRM-40505 (impossible to make the request).

    I know, the new text must be associated with system_parameters. A and system_parameters. B...

    There are several things that must be accomplished in order to reflect the two new columns on the scree?

    Any help will be greatly appreciated.

    Kind regards
    Carole

    Hello

    When you get this error, displays the full error message by clicking on the option menu to help-> the last error .

    François

  • How to add new Controlfile to the parameter CONTROL_FILES

    Hello

    I do exercise 14 in the workshop of Admintsrators 1. The job is to create a new controlfile copy an existing one and rename it to CONTROL04. CTL. Parameter CONTROL_FILES comes to be edited. The script says I close the instance and starts it in nomount mode - I did. But I'm not able to add a new path to the parameter. I may need a few drinks? Thanks for help.
    Ciao
    Torsten

    1. check the location of the controlfile to Db, to help see the parameter control_files

    2. create pfile from spfile. -default location will be ORACLE_HOME/database

    3. shutdown the database.

    4. move/copy the controlfile existing to a new location, and then edit the newly created file pfile with the new location of the controlfile. Change the location of control_files to the new.

    5 startup pfile = 'pfile_location;

  • How to add new increase in the pool instead of trowing a mistake.

    Im trying to build a game, and after many attempts and hours of reflection, that I managed to create something that looks like a game. Now, the problem is that there are so many objects that are constantly creation and deletion of the scene. the game starts to slow down (it is laggy.). So I searched the net and realized that I have to use a 'method of object pool' instead of creating and deleting of objects after that I no longer, any use of them if I want to make the game more memory.

    At first, I didn't use this method (object pool), but after a while, I realized that I don't have a lot of options. So I started looking for how and why and how.

    Yet, in this example im just try this for the cause of balls (for now) if I can do it for them, I can manage to do it for other objects and projects (it will be easy for me to understand what is past., what am I, when can I add an existing object from the pool and when im creating a (when there are no things like this))

    I copy part of this code go to a tutorial that I found on the net but, since then, so I don't know how to increase the pool rather than raise this error. I tried to create a new object or to increase the length of the pool, but... it doesn't work, so I'm sure that I'm not doing something the way it should be done.

    So I have this so far:
    There is a 'simple' pool who calls a simple form (point circle) class and giving the main stage when you press the button 'SPACE'

    package
    {
              import flash.display.Sprite;
              import flash.events.Event;
              import flash.display.Bitmap;
              import flash.display.BitmapData;
              import flash.display.Shape;
      
              public class Bullet extends Sprite{ 
      
                        public var  rectangle:Shape = new Shape();
      
                        public function Bullet(){
                                  super();
                                  addEventListener(Event.ADDED_TO_STAGE, init);
      
                                  graphics.beginFill(0xFF0000);
                                  graphics.drawRect(-5, -5, 10,10);
                                  graphics.endFill();
                        }
      
                        private function init(event:Event):void{
      
                        }
              }
    }
    
    

    the SpritePool where I can't understand how to replace error new throw with a new code which increases the pool

    package {
              import flash.display.DisplayObject;
    
    
              public class SpritePool {
                        private var pool:Array;
                        private var counter:int;
    
    
                        public function SpritePool(type:Class, len:int) {
                                  pool = new Array();
                                  counter = len;
    
    
                                  var i:int = len;
                                  while (--i > -1) {
                                            pool[i] = new type();
                                  }
                        }
    
    
                        public function getSprite():DisplayObject {
                                  if (counter > 0) {
                                            return pool[--counter];
                                  } else {
                                            throw new Error("You exhausted the pool!");
                                  }
                        }
    
    
                        public function returnSprite(s:DisplayObject):void {
                                  pool[counter++] = s;
                        }
              }
    }
    
    

    and the play class (the class of documents)

    package {
              import flash.ui.Keyboard;
              import flash.display.Sprite;
              import flash.events.Event;
              import flash.events.KeyboardEvent;
              import flash.display.Bitmap;
              import flash.display.BitmapData;
              import flash.display.Shape;
    
    
              public class Game extends Sprite {
    
    
                        private var ship:Shape;
                        private var bullets:Array;
                        private var pool:SpritePool;
    
    
                        public function Game() {
                                  Assets.init();
                                  addEventListener(Event.ADDED_TO_STAGE, init);
                        }
    
    
                        private function init(event:Event):void {
                                  pool = new SpritePool(Bullet,10);
                                  bullets = new Array();
                                  ship = new Shape();
      
                                  ship.graphics.beginFill(0xFF00FF);
                                  ship.graphics.drawRect(0,0, 60, 60);
                                  ship.graphics.endFill();
      
                                  ship.x = stage.stageWidth / 2 - ship.width / 2;
                                  ship.y = stage.stageHeight - ship.height;
                                  addChild(ship);
    
    
                                  stage.addEventListener(KeyboardEvent.KEY_DOWN, onDown);
                                  addEventListener(Event.ENTER_FRAME, loop);
                        }
    
    
                        private function onDown(event:KeyboardEvent):void {
                                  if (event.keyCode == Keyboard.SPACE) {
                                            var b:Bullet = pool.getSprite() as Bullet;
                                            b.x = ship.x + ship.width / 2;
                                            b.y = ship.y;
                                            addChild(b);
                                            bullets.push(b);
                                            trace("Bullet fired");
                                  }
                        }
    
    
                        private function loop(event:Event):void {
                                  for (var i:int=bullets.length-1; i>=0; i--) {
                                            var b:Bullet = bullets[i];
                                            b.y -=  10;
                                            if (b.y < 0) {
                                                      bullets.splice(i, 1);
                                                      removeChild(b);
                                                      pool.returnSprite(b);
                                                      trace("Bullet disposed");
                                            }
                                  }
                        }
              }
    }
    
    any suggestions/help how to do it 
    

    To put you on the track (the formalization of requirements errors and events), here, would be a small example. Your pool class:

    package

    {

    import flash.display.DisplayObject;

    public class SpritePool

    {

    private var pool: Array;

    private var count: int;

    private var classRef: Class;

    public get acquainted with what remains in the pool

    public function get availableObjects (): int

    {

    return the meter;

    }

    public void SpritePool (type: Class, len:int)

    {

    classRef = type;

    pool = new Array();

    counter = len;

    var i: int = len;

    While (-I > - 1).

    swimming pool [i] = new classRef();

    }

    public function getSprite (): DisplayObject

    {

    If (counter > 0)

    back pool [-counter];

    on the other

    throw new Error ("PoolExhausted");

    }

    public void returnSprite(s:DisplayObject):void

    {

    pool [counter ++] = s;

    }

    public void increasePool(amount:int):void

    {

    amount of Counter +=;

    While (-amount > - 1).

    pool.push (new classRef());

    }

    public void decreasePool(amount:int):void

    {

    If (counter > = amount)

    {

    counter = amount;

    pool.splice (counter - amount, amount);

    }

    on the other

    {

    throw new Error ("PoolDecreaseFail");

    }

    }

    }

    }

    Now you're catching these errors. Again, the errors should be formalized or you can use the events by extending IEventDispatcher. I kept it simple.

    Here would be the simple ball class that I use:

    package

    {

    import flash.display.Sprite;

    SerializableAttribute public class point extends Sprite

    {

    private var ball: Sprite;

    public void Bullet (): void

    {

    var ball: Sprite = new Sprite();

    bullet.graphics.beginFill(0xFF0000,1);

    bullet.graphics.drawCircle (-5, -5, 10);

    bullet.graphics.endFill ();

    addChild (bullet);

    }

    }

    }

    Draws just a red circle just to see...

    Here is a complete example of its use. It will be important both of these classes (recorded as SpritePool.as and Bullet.as in the same folder). Paste in the Panel actions on frame 1:

    Import SpritePool;

    import the ball; a circle simple red 10px

    import flash.display.Sprite;

    import flash.utils.setTimeout;

    fill the pool, Swimsuits optional

    var pool: SpritePool = new SpritePool (ball, 10);

    Enter a few items from the pool

    Array of objects currently held

    var myBullets:Array = new Array();

    While (pool.availableObjects > 0)

    myBullets.push (pool.getSprite ());

    display in random positions

    for (var i: int = 0; i< mybullets.length;="">

    {

    addChild (myBullets [i]);

    position

    myBullets [i] .x = int (Math.random () * stage.stageWidth);

    myBullets [i] there = int (Math.random () * stage.stageHeight);

    }

    trace ("myBullets was" + myBullets.length + "of the bullets!) pool has"+ pool.availableObjects +"left");

    now, I want more, but I need to check for errors

    VR;

    {

    If that fails, no party!

    myBullets.push (pool.getSprite ());

    }

    catch (e: *)

    {

    This should be something personal, but for speed, fast and dirty

    If (e == ' error: PoolExhausted "")

    {

    trace ("from oh no more balls!") I need more! ») ;

    pool.increasePool (10);

    trace ("added 10 more, now available in the pool" + pool.availableObjects);

    }

    }

    try to reduce the pool of 15, what should the error

    VR;

    {

    pool.decreasePool (15);

    }

    catch (e: *)

    {

    again, should be a formal error

    If (e == ' error: PoolDecreaseFail "")

    {

    trace ("Oops, can't reduce the pool of 15! We will adjust all the extras, available is "+ pool.availableObjects);

    We know that this will work, no error checking

    pool.decreasePool (pool.availableObjects);

    trace ("left in the pool:" + pool.availableObjects);

    }

    }

    Now let's wait for 5 seconds and remove any return to the pool

    setTimeout (ReturnToPool, 5000);

    function ReturnToPool (): void

    {

    Now we will return all objects at the pool

    While (myBullets.length > 0)

    {

    removeChild (myBullets [myBullets.length - 1]);

    pool.returnSprite (myBullets.pop ());

    }

    Now check the pool, should have 10

    trace ("Amount of current bullets to use" + myBullets.length + ", in the pool" + pool.availableObjects);

    }

    For ease, you can simply download my example source (registered until CS5).

    Anything here is just semantics. For example instead of raise an error because the pool is too small, you could simply increase the pool of a fixed amount of yourself and return the requested objects.

    To keep as low as possible objects, you can use a timer to measure the amount of objects in use on a duration and reduce the pool properly, knowing that the pool will grow as it should.

    All this is just to avoid the creation of unnecessary objects.

    BTW, here's my trace which must match your:

    myBullets has 10 balls! pool has 0 left.

    Oh not more balls! I need more!

    Added 10 more, now available in the pool 10

    Oops, can't reduce the pool by 15! We will cut all the extras, available is 10

    Left in the pool: 0

    (after 5 seconds)

    Amount of used balls 0 in the pool 10

  • How to add new record to the Advanced Table.

    Hello
    I created a table advanced in a Page customized and added a button in the footer and added events for this button. After clicking this button, I need to add a line in addition to advanced table. Pls share code for this requirement.

    Thanks in advance,
    Roxanne.

    ViewObject attribute is null; ViewUsageName: (XXIosAuthorisedVO1); RegionItem: (bleep)
    ViewObject attribute is null; ViewUsageName: (XXIosAuthorisedVO1); RegionItem: (Ext)
    ViewObject attribute is null; ViewUsageName: (XXIosAuthorisedVO1); RegionItem: (used)

    Please ensure that for these elements of three region Bleep, Ext & employee

    you have defined the attribute of the view property.

    Thank you
    AJ

  • How to add more application under the new tab shortcuts when we right click on the desktop.

    How to add more application under the new tab shortcuts when we right click on the desktop.

    Hello

    I suggest you to post your questions in the forums 'Development of the User Interface for Windows Desktop' for better assistance.

    Here is the link: http://social.msdn.microsoft.com/Forums/en-US/windowsuidevelopment/threads

  • How to add new physical columns in the physical layer

    Hi gurus,

    We had a size and a few new columns are added in these Dimensions, how to define these columns, these columns are available in the database how to add these columns in the tables.

    Thanks in advance

    Vincent

    Make a right-click on the Dimension table-> new item-> physical column-> give the name that you have in DB and data type-> save the RPD and check the number of updated rows.

    It will work.

    Thank you

    prassu

  • How can I add new images to the layers panel?

    Hello

    I am brand new with photoshop elements 11.  I'm having a problem understanding how to import new images in the layers panel.  If I type "create a new layer" all that I get is an empty layer.  I want to do is to import an image where I'll cut part of it and layer it on another image.  For example: of lets say I want to put a picture of myself in front of a tree.  I want to take the image myself from a photo and he sleeps on the photo that has the tree on it.  How can I get both of these images in the layers panel even?  I can get the picture of me in the layers panel as layer #1, so I can cut myself out of the picture.  My problem is when I try to import the picture with the tree on this subject, it opens upward in a new tab.  If I try to hit 'create a new layer', only a white layer appears above my first coat.  I tried to drag the new image on the layers panel, but will not join.  All the tutorials I could find and monitor, have already all the images they work with pre-loaded in the layers panel.  I just need to know how to get my pictures in the Panel, so that I can start working with them.

    Thank you in advance for any help you can give.

    Glen

    P.S. I'm working on an iMac 2009

    After selecting, you press Cmd + J and which will put the selection on a new layer.

    Drag your tree to the top of the location of the project in the main image window.

    Organize layers for example you may need to drag the tree stratum under the layer with yourself.

    See my tutorial that uses a background solid colr.

    http://forums.Adobe.com/message/4166187#4166187

  • How to add a shortcut in the taskbar next to the Start Menu?

    I would like to know how to add a shortcut in the taskbar next to the Start Menu (a place with a small shortcut icon).

    Does anyone have any suggestions?
    Thanks in advance for your suggestions

    Hello

    Have a look here: http://www.sevenforums.com/tutorials/397-taskbar-pin-unpin-program.html

    When you scroll down on this page, you will find a lot more "pin to taskbar" - tutorials.

    Take a look at this little program free of practical assistance, too: http://winaero.com/comment.php?comment.news.108 of the taskbar Pinner

    I hope this helps.

  • How to add multiple lines when the button is clicked

    How to add multiple lines when the click on button now is just add a row .plz give me idea how... waiting for answer

    / public final class screen extends MyScreen
    {
    /**
    * Creates a new object of MyScreen
    */
    ObjectChoiceField obj1 obj2, obj3, obj4.
    Table of String() = {'101 ', ' 102'};
    String of shadow [] = {"Shade1", "Shade2"};
    Rolls of string [] = {'101 ', ' 102'};
    String cutting [] = {"100-150", "150-200"};
    Chain of selectedindex1, selectedindex2, selectedindex3, selectedindex4;
    LabelField lbl1 lbl2, lbl3, lbl4;
        
    GFM LinedGridFieldManager;
    HFM HorizontalFieldManager, hfm1, hfm2 hfm3;
    VerticalFieldManager vfmMain;
        
    public MyScreen()
    {
        
    Set the displayed title of the screen
    hfm1 = new HorizontalFieldManager (HorizontalFieldManager.NO_VERTICAL_SCROLL |) HorizontalFieldManager.NO_VERTICAL_SCROLLBAR);
    hfm2 = new HorizontalFieldManager (HorizontalFieldManager.NO_VERTICAL_SCROLL |) HorizontalFieldManager.NO_VERTICAL_SCROLLBAR);
    hfm3 = new HorizontalFieldManager (HorizontalFieldManager.NO_VERTICAL_SCROLL |) HorizontalFieldManager.NO_VERTICAL_SCROLLBAR);
    HFM = new HorizontalFieldManager (HorizontalFieldManager.FIELD_RIGHT);
    vfmMain = new VerticalFieldManager (Manager.NO_VERTICAL_SCROLL |) Manager.NO_HORIZONTAL_SCROLLBAR);
            
    obj1 = new ObjectChoiceField ("", graph, 0, FIELD_LEFT);
    obj2 = new ObjectChoiceField ("", blind, 0, FIELD_LEFT);
    Obj3 = new ObjectChoiceField ("", rolls, 0, FIELD_LEFT);
    Obj4 = new ObjectChoiceField ("", cuts, 0, FIELD_LEFT);
            
    LBL1 = new LabelField("");
    LBL2 = new LabelField("");
    lbl3 = new LabelField("");
    lbl4 = new LabelField("");
            
    ButtonField btnAdd = new ButtonField ("ADD", FIELD_RIGHT);
            
    GFM = new LinedGridFieldManager (4, LinedGridFieldManager.VERTICAL_SCROLL);
            
    hfm1.setMargin (20, 0, 10, 0);
    hfm1. Add (new LabelField ("Chart"));
    hfm1. Add (obj1);
    hfm1. Add (new LabelField ("Shade"));
    hfm1. Add (obj2);
            
    hfm2. Add (new LabelField ("Rolls"));
    hfm2. Add (Obj3);
    hfm2. Add (new LabelField ("Cuts"));
    hfm2. Add (Obj4);
    HFM. Add (btnAdd);
            
    GFM. Add (new LabelField ("Chart"));
    GFM. Add (new LabelField ("Shade"));
    GFM. Add (new LabelField ("Rolls"));
    GFM. Add (new LabelField ("Cuts"));
            
    vfmMain.add (hfm1);
    vfmMain.add (hfm2);
    vfmMain.add (hfm3);
    vfmMain.add (hfm);
    vfmMain.add (new SeparatorField());
    vfmMain.add (gfm);
    Add (vfmMain);
            
    btnAdd.setChangeListener (new FieldChangeListener()
    {
    ' Public Sub fieldChanged (field field, int context) {}
    TODO self-generating method stub
    selectedindex1 = chart [obj1.getSelectedIndex ()];
    selectedindex2 = shade [obj2.getSelectedIndex ()];
    selectedindex3 = rolls [obj3.getSelectedIndex ()];
    selectedindex4 = cuts [obj4.getSelectedIndex ()];
                    
    While (LBL1. GetText(). Equals("") | LBL2. GetText(). Equals("") | lbl3. GetText(). Equals("") | lbl4. GetText(). Equals(""))
    {
    LBL1. SetText (selectedindex1);
    LBL2. SetText (selectedindex2);
    lbl3. SetText (selectedindex3);
    lbl4. SetText (selectedindex4);
                    
    GFM. Add (LBL1);
    GFM. Add (LBL2);
    GFM. Add (lbl3);
    GFM. Add (lbl4);
                    
    }
    }
    });
    }
    }

    Hi Piya,

    I run your code, and according to your logic that it works correctly.

    It's adding that line only once because according to your logic that one line can be added to MDT, if you do not want to add line on each click on the button, follow these steps:

    selectedindex1 = chart [obj1.getSelectedIndex ()];
    selectedindex2 = shade [obj2.getSelectedIndex ()];
    selectedindex3 = rolls [obj3.getSelectedIndex ()];
    selectedindex4 = cuts [obj4.getSelectedIndex ()];

    Lbl1 LabelField = new LabelField("");
    Lbl2 LabelField = new LabelField("");
    LabelField lbl3 = new LabelField("");
    LabelField lbl4 = new LabelField("");
    If (LBL1. GetText(). Equals("") | LBL2. GetText(). Equals("") | lbl3. GetText(). Equals("") | lbl4. GetText(). Equals(""))
    {
    LBL1. SetText (selectedindex1);
    LBL2. SetText (selectedindex2);
    lbl3. SetText (selectedindex3);
    lbl4. SetText (selectedindex4);
                    
    GFM. Add (LBL1);
    GFM. Add (LBL2);
    GFM. Add (lbl3);
    GFM. Add (lbl4);
                    
    }

  • How to add two lines when the second row is not visible, but also gets the first data line too?

    Mr President

    Jdev worm is 12.2.1

    How to add two lines when the second row is not visible, but also gets the first data line too?

    I want to add two lines like below picture, but want the second to remain invisible.

    tworows.png

    I asked this question but my way of asking was wrong, that's why for me once again.

    Concerning

    Try to follow these steps:

    1. in the database table to add the new column "JOIN_COLUMN" and add the new sequence "JOIN_SEQ".

    2. Add this new column in the entity object. (You can add this in entity object by right clicking on the entity object and then select "Synchronize with database" then the new column and press on sync)

    3. in your bookmark create button to create only one line NOT 2 rows.

    4 - Open the object entity--> java--> java class--> on the entity object class generate and Tick tick on the accessors and methods of data manipulation

    5 - Open the generated class to EntityImpl and go to the doDML method and write this code

      protected void doDML(int operation, TransactionEvent e)
      {
        if(operation == DML_INSERT)
        {
          SequenceImpl seq = new SequenceImpl("JOIN_SEQ", getDBTransaction());
          oracle.jbo.domain.Number seqValue = seq.getSequenceNumber();
          setJoinColumn(seqValue);
          insertSecondRowInDatabase(getAttribute1(), getAttribute2(), getAttribute3(), getJoinColumn());
        }
    
        if(operation == DML_UPDATE)
        {
          updateSecondRowInDatabase(getAttribute1(), getAttribute2(), getAttribute3(), getJoinColumn());
        }
    
        super.doDML(operation, e);
      }
    
      private void insertSecondRowInDatabase(Object value1, Object value2, Object value3, Object joinColumn)
      {
        PreparedStatement stat = null;
        try
        {
          String sql = "Insert into table_name (COLUMN_1,COLUMN_2,COLUMN_3,JOIN_COLUMN, HIDDEN_COLUMN) values ('" + value1 + "','" + value2 + "','" + value3 + "','" + joinColumn + "', 1)";
          stat = getDBTransaction().createPreparedStatement(sql, 1);
          stat.executeUpdate();
        }
        catch (Exception e)
        {
          e.printStackTrace();
        }
        finally
        {
          try
          {
            stat.close();
          }
          catch (Exception e)
          {
            e.printStackTrace();
          }
        }
      }
    
      private void updateSecondRowInDatabase(Object value1, Object value2, Object value3, Object joinColumn)
      {
        PreparedStatement stat = null;
        try
        {
          String sql = "update table_name set column_1='" + value1 + "', column_2='" + value2 + "', column_3='" + value3 + "' where JOIN_COLUMN='" + joinColumn + "'";
          stat = getDBTransaction().createPreparedStatement(sql, 1);
          stat.executeUpdate();
        }
        catch (Exception e)
        {
          e.printStackTrace();
        }
        finally
        {
          try
          {
            stat.close();
          }
          catch (Exception e)
          {
            e.printStackTrace();
          }
        }
      }
    
  • How to add new files to portable application?

    as the topic,.

    I have the version portable app using thinapp...

    but I have a need to add new files in the portable application with ease (because it must be done by the user who have little knowledge about IT / computer).

    is any way to do without re - build the portable application and do it with ease?

    PS: I know how to update the existing files with ease, but I need to add new files with ease (as just copy the new files in certain folders) and do not use the cmd built-in (because it would be too difficult to teach users to use cmd)

    THX

    An explorer.exe is running inside the virtual environment easy enough? There you can copy both in and out of the bubble.

    More information on enable this: http://blogs.vmware.com/thinapp/2008/10/running-explore.html

Maybe you are looking for