The app shuts down without any error messages, almost like a timeout. It
doesn't matter if the user is busy working or whether the app is waiting.
Has anybody got any idea what could be causing this.
App works fine on the dev machine.
Dirk
--
"I'm never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5
Use in source code try-except blocks for the mysql-related code, so you have an option to get error messages.
To control the behaviour of mysql on client use phpmyadmin on client (perhaps on http://localhost on client).
Make some databases and tables and views, do some sql-actions to find out what's wrong eventually.
> App works fine on the dev machine.
SURE whether the MySQL Server on client is configured just like on dev-machine? Check this out.