Search results

  1. K

    Automatic Shut down

    Database Automatically shutdown the db and i checked the .lg file, I saw the below two line 22:16:19 BROKER 0: SIGTERM received. (3694) 22:16:51 BROKER 0: Begin normal shutdown (2248) 22:17:00 BROKER : Removed shared memory with segment_id: 50889071 22:17:00 BROKER : Removed shared memory...
  2. K

    Regarding _file , _sequence?

    How _file and _field are linked each other? How can i find out he field names for _< meta - Schema tables > and normal table? like employee,customer
  3. K

    Regarding _file , _sequence?

    My question is: i will give the table name as input, for that table what are all fields,format,column name and etc to be display.
  4. K

    Regarding logical DB Name

    My Physical Db Name : ganeshdb Logical Db Name : ganesh .r logical Db Name stamping : qaddb How it is working?
  5. K

    Regarding _file , _sequence?

    I want to know about 1. _file 2. _sequence 3. Is there any other tables are start with _. 4. Codes for list the table's field name, Label Name & format
  6. K

    Display all the fileld except one field.

    i need the sql query and progress coding for display all the field except one filed. Ex: table name emp fields :e-no,e_name,e_ad1,e_ad2,e_ph ,etc Select * , with out e_ad2 from emp;
  7. K

    current sequence value.

    How can i get the sequence current value without creating the program dynamically and my input is database name. Input : Db Name : sports.db Expected output : sequence name , sequence current value
  8. K

    Display the table record dyanamically

    Thanks, I have one more question. In progress, How can i get the sequence current value dynamically. My input is database name and one condition we don't create (.p) dynamic program in the home path. Is it possible?
  9. K

    Display the table record dyanamically

    for the below code i want to display the table instead of deleting the record. DEFINE VARIABLE a AS CHARACTER NO-UNDO. UPDATE a run DeleteThisTable (a). PROCEDURE DeleteThisTable : DEFINE INPUT PARAMETER ipcTableName AS CHARACTER NO-UNDO. DEFINE VARIABLE hBufferHandle AS HANDLE NO-UNDO...
Back
Top