Re: mbe works, mde doesn't
It's pretty strict on having error handling on every sub/function so if you manage to do that your app will be fine.
I'm guessing that you took this db over from someone and the previous developer didn't pay much attention to error handling. So as you can see it's really good practice to start of your function with some error handling first before you start coding so that you don't end up having to do it when your application has grown.
It's pretty strict on having error handling on every sub/function so if you manage to do that your app will be fine.
I'm guessing that you took this db over from someone and the previous developer didn't pay much attention to error handling. So as you can see it's really good practice to start of your function with some error handling first before you start coding so that you don't end up having to do it when your application has grown.