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...
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
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;
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
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?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.