Search results

  1. M

    Question How to increase Sequences from SQL command?

    Hi, I have sequence in Progress DB named "Next-kulmes-no". Normally I can Increase this in 4GL by below code as you know; ASSIGN kulmesaj.mes-no = NEXT-VALUE(Next-kulmes-no). Well, How can I make this via SQL command? Regards, Mucip:)
  2. M

    Question SQL command runding the number to 2 digits automaticly! Why?...

    Hi, I'm using Progress 10.1b on Linux server. I have a table and I have field in the table as decimal and formated ">>>,>>>.99<<"... I'm adding the rows from VB 2010 Express by below SQL command: INSERT INTO pub.Inventor (Part_Code,Denisty) VALUES ('Left Arm', 0.6678) But When I browse this...
  3. M

    Question How to find "User Load" on server?

    Hi, We've Progress 10.1b on Linux (CentOS 6) server. Sometimes we have heavy load on server. But we can not understan that which user making this load/query?... Is there way to find out instant user load?... If yes than I can ask to user "What are you doing now?". Regards, Mucip:)
Top