Hi all,
In Oracle V8i, I have the following table :
PRODUCT_CODE VARCHAR2(10)
START_TIME DATE
END_TIME DATE
DURATION NUMBER(6)
When performing a process for each product, I have to insert in the table, the system date before and after the process and the difference in seconds between START_TIME and END_TIME for the colum DURATION.
How to proceed in VB6?
Thanks in advance for your answer.
Palmero
In Oracle V8i, I have the following table :
PRODUCT_CODE VARCHAR2(10)
START_TIME DATE
END_TIME DATE
DURATION NUMBER(6)
When performing a process for each product, I have to insert in the table, the system date before and after the process and the difference in seconds between START_TIME and END_TIME for the colum DURATION.
How to proceed in VB6?
Thanks in advance for your answer.
Palmero