OliverR
Member
Hi all, I figured I'd post my question here instead of sending an e-mail
A lead of ours is looking to implement a TracerPlus solution in their production environment. One thing he would very much like to be able to do is trigger a Stored Procedure on their ODBC database from the mobile device.
I've already suggested setting up triggers to do that, but the problem is the stored procedure doesn't need to be run after *every* insert or update of a table. It needs to be run after a user has scanned all items, and the amount of items to be scanned varies. So ideally the user would start the stored procedure at the end of their scanning exercise, from the mobile device.
I'm pretty sure there's no way to do that, but I thought I'd ask here if anyone has suggestions to work around this problem. If we can find a good enough alternative we should be good to go.
A lead of ours is looking to implement a TracerPlus solution in their production environment. One thing he would very much like to be able to do is trigger a Stored Procedure on their ODBC database from the mobile device.
I've already suggested setting up triggers to do that, but the problem is the stored procedure doesn't need to be run after *every* insert or update of a table. It needs to be run after a user has scanned all items, and the amount of items to be scanned varies. So ideally the user would start the stored procedure at the end of their scanning exercise, from the mobile device.
I'm pretty sure there's no way to do that, but I thought I'd ask here if anyone has suggestions to work around this problem. If we can find a good enough alternative we should be good to go.