miron
Posts: 16
|
| Posted: 01/08/2012, 7:13 AM |
|
I'm still using WinXP 64 - and CCS 5 get frozen when trying to set up design db connection to MySQL. I have many databases on my local MySQL server, maybe that's the thing....
|
 |
 |
princal
Posts: 19
|
| Posted: 01/08/2012, 11:29 AM |
|
I found that if you insert the host address last, the time delay is much shorter. The delay seems to occur when the connection attempts to retrieve a list of the available databases. You just need to know the name of the database before you begin building the connection.
|
 |
 |
miron
Posts: 16
|
| Posted: 01/08/2012, 9:44 PM |
|
True. Thx.
|
 |
 |
andy
Posts: 183
|
| Posted: 01/09/2012, 3:55 AM |
|
I reported a problem with the new native MySQL connection (as opposed to OBDC).
The native connection caused everything to hang.
Change to ODBC and it will work.
I reported it several weeks ago and they are aware of the problem and are working on it...
_________________
Andy
RAD tools for rich UI controls:
http://www.koolphptools.com |
 |
 |
andy
Posts: 183
|
| Posted: 01/10/2012, 7:00 AM |
|
Just had some feedback from Helen in support, who confirmed that they have ironed out some bugs in CCS5.0.0.14811 previously reported relating to:
Bug fixes:
* native mySQL connection problems
* MySQL views not showing up
* mouse icon reverting to pointer from hourglass after updating Data Dictionary
* Add/Edit attributes dialog not updating/deleting Existing attributes if you then immediately create a new one.
I haven't had a chance to test them out yet but obviously of interest to know what is being fixed.
I asked if they had a change log, but not as yet...
_________________
Andy
RAD tools for rich UI controls:
http://www.koolphptools.com |
 |
 |
andy
Posts: 183
|
| Posted: 01/11/2012, 3:44 AM |
|
Having now done a bit of testing with version 14811 - at least for my testing experience on 2 machines - it would seem that there are still several issues:
* slow. Particularly interaction with the data dictionary.
* open and close a table in data dictionary without making a change causes CCS5 to hang.
* mouse icon persists as hourglass after processing a task is complete in DataDictionary Tree view pane. Confusing...
* Views are now visible at least in MySQL - hooray.
* Doesn't seem to be any great performance differences between native / ODBC connection types. Sadly both seem slow though.
Hope the developers have success in improving performance and stability. :)
_________________
Andy
RAD tools for rich UI controls:
http://www.koolphptools.com |
 |
 |