Search results

  1. P

    Buffer hash Table and how it works

    Thanks a lot, Rob. That was really some good stuff about Hash tables.
  2. P

    Buffer hash Table and how it works

    Hey guys, Can any one please explain how buffer hash tables are used in openedge? Also how the BHT latch mechanism happens with in the bufferpool. Any links shared about these parameters is also highly appreciated. Thanks in Advance.
  3. P

    Encrypt user name and password for sqlexp connecting to progress database

    Hi Tom, I stored them in database using Encode function. I am just concerned now how to use/retrieve the original password to my 4gl script or the shell script. Thanks in Advance.
  4. P

    Encrypt user name and password for sqlexp connecting to progress database

    Thanks for the replies guys, really appreciate it. I stored my username and password in the database. now, is there a way i can use 4gl program to take these values? Thanks in advance.
  5. P

    Encrypt user name and password for sqlexp connecting to progress database

    Thanks a lot, Rob for the replies. Yes, I had a secondary SQL broker that went down even when the database is running. So wanted to create a monitor and alert if that ever goes down. That is the reason I am tying to make a connection to the database using sqlexp. the problem with it is we have...
  6. P

    Encrypt user name and password for sqlexp connecting to progress database

    Thanks , Rob. Is there a way i can do it with a 4gl query where i can store all the user names and passwords in a separate database ?
  7. P

    Encrypt user name and password for sqlexp connecting to progress database

    I have a sql broker setup for our database. I want to now monitor if sql broker is running or not. I am using this shell script to connect to the database $DLC/bin/sqlexp -S $SERVICENAME -db $DB -user "USERNAME"-password "PASSWORD" -infile "xxxxx". infile has a basic select statement How do i...
Top