Posted By:
raja_sekhar
Posted On:
Tuesday, May 6, 2008 01:00 AM
Remote_emp table in which i hav the fields |Empid Empname Empdob Status| Locl _emp table in which i hav the fields |Empid Empname Empdob Current date| now what i hav to do is suppose in the remote_emp table a field is entered , i hav to write a java code such that for every few min it has to check the remote_emp table the status and if the status is null the field in the remote table what had been filled should be populated in the local_table.and the status field in the remote_table should become 1. The check should go on again after a few min i hav to check the status field for null, if some thing is there it should be populate
More>>
Remote_emp table
in which i hav the fields
|Empid Empname Empdob Status|
Locl _emp table
in which i hav the fields
|Empid Empname Empdob Current date|
now what i hav to do is suppose in the remote_emp table a field is entered
, i hav to write a java code such that for every few min it has to
check the remote_emp table the status and if the status is null the field
in the remote table what had been filled should be populated in the
local_table.and the status field in the remote_table should become 1.
The check should go on
again after a few min i hav to check the status field for null, if some thing
is there it should be populated in the local_emp table and status should go to 1.
please help me out in this (rajasekhar.cn@gmail.com)
<<Less