Web App Woes

I’m doing this right now. Before, each time I connect to MySQL I issued a start transaction that at times doesn’t get the proper termination.

Thanks, Greg!

You’re missing my point. You shouldn’t do this before connecting. Only before an Insert or update and only if you need it.

You’re not Connecting /Disconnecting around each query, right?