I was looking here if is possible to insert/update a large quantity of rows from an as400 system.
I have a website stored on another server online and that website m
Yes it can be done.
You can attach a database trigger to your stock table that pushes the key fields to a data queue anytime an insert, update or delete is performed. You can then process the data queue to send the updates to the web site using an HTTP POST or other means.