Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Application shuts down for no reason

0 views
Skip to first unread message

Dirk Bezuidenhout

unread,
Feb 13, 2007, 5:52:30 PM2/13/07
to
Developed with BDS 2006 on Win2k machine
Installed on Client machines running Win XP and Server 2003
Connect to MySQL 5

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


John V.

unread,
Feb 13, 2007, 8:21:39 PM2/13/07
to

"Dirk Bezuidenhout" <abac...@icon.co.za> skrev i en meddelelse
news:11714069...@vasbyt.isdsl.net...
Cant you use "STEP"?


Jamie

unread,
Feb 13, 2007, 9:44:15 PM2/13/07
to
almost sounds like he is using a third party component that requires
some fee's
Many times, you can dev a component and have to supply a Key file for
it not to time out. this usually is found on the DEV machine.
It could be something else also, that was just a thought.


--
"I'm never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5

Abigoven

unread,
Jun 18, 2007, 7:17:11 AM6/18/07
to
Perhaps is something wrong with MySQL server on the client machine...?
Is a logout timeout defined anywhere?

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.

0 new messages