Tip of the Month (May 2009) Executing a SQL Server Stored Procedure If your server database is a SQL Server database, it might have a stored procedure you would want run from your handheld. Of course, this stored procedure can only be started when the handheld "touches" the SQL Server (that is, during a synchronization and/or when a form is using mEnable). Setting this up is pretty straight forward:
Then, create a form over MyTable and download it to the handheld. Run this form on the handheld and modify MyColumn. If the form you created over MyTable is not an mEnable "Always Connected" form, synchronize MyTable. The synchronizer or mEnable will modify MyColumn. This will cause MyTrigger to fire. MyTrigger will run MyProcedure. Previous Tips of the Month |