I fixed one bug, one annoyance,  and added another small piece of
functionality to PerlSQL. Again, all testing has been with Access and
MySQL databases without  passwords.

BUG FIX:
   When a user switches DSN's the popup window that allows them to
update,delete, and insert records was not getting refreshed. So, it
would have labels and textboxes for both databases at once.

ANNOYANCE:
   In the popup window that allows users to update,delete, and insert
records....... if a label was too short it made the window too small for
all three buttons. I just gave this window a minimum size.

ENHANCEMENT:
   I found out how to find View's. So, I created a makeshift image and
added the views to the bottom of the tables list. Didn't do any error
checking or disable the ability to try and update the fields.

P.S.
   What is the size limit on TreeViews? In the company I work for, we
developed a database with hundreds of tables and with hundreds of tables
comes thousands of datatypes. Win32::GUI's treeview kinda blows up when
you try and put that much information in it.


Mike Kangas
[EMAIL PROTECTED]

PerlSQL.zip

Reply via email to