Hi Inaki
The design that I am doing is this!
There is a field InsertionDateTime in MS SQL which is auto populated every time a record is inserted to the database. I pull the value to the ECC system
ECC will search the tables and find the highest value for InsertionDateTime in records. Then it will send that value of InsertionDateTime to MS SQL. MS SQL will use that field and poll all data that have a date timestamp greater than that of InsertionDataTime.
This will be updated back to ECC. While picking the fields I will update the insertionDatetime in ECC
If I am doing this, can I do this without stored procedure?
I am using a synchronous receiver JDBC databse.
Can I use this here?
Harish