I am building a program that is a front end to a MySQL database. I
have an object that is a subclass of MySQLDatabase that first reads
preferences (connection settings) from the preferences file (using a
modified BPrefs interface). It then attempts to connect to the
database with the MySQLDatabase Connect method. Usually this is
working fine, but after coding for a while, the program starts to
crash. Debugging finds that it does so (unexpectedly quits) at the
line "if Connect then". So far, quitting RB and reopening the project
fixes the problem.
Has anyone else had any experience with this?
Thanks,
Chuck Ross
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>