I was troubleshooting some long executing code when I discovered the difference between Execute on server command and it’s sibling checkbox in the method properties. What you need to know: Use checkbox if you care about the results of the executed code, you want the server to handle the processing and don’t care that the [...]
Posts Tagged ‘stored procedure’
4D Execute on sever command vs method checkbox differences
Posted in 4D, tagged 4D, execute on server, stored procedure on January 31, 2011 | Leave a Comment »
MySQL stored routines
Posted in MySQL, tagged function, MySQL, stored procedure on April 8, 2010 | Leave a Comment »
Recently I needed to added some functionality to MySQL (5.1) for a project I am working on. Several different stored routines needed to be written, so I went about writing them. Having never written (what I know now are refered to as “routines) for MySQL I went to the logical place: MySQL Documentaiton. Being impatient [...]