This content has been marked as final.
Show 3 replies
-
1. Re: Coldfusion Wizard and MySQL
mat1492 Oct 10, 2006 6:45 AM (in response to mat1492)OK, since I first posted this problem I have had a chance to go back and play around with flex and the wizard some more. At first I thought it might be me, not unheard of, but I have been able to connect the wizard successfully to some tables in some MySQL databases. The weird thing is that there is no rhyme or reason to why it connects. For instance I may be able to connect to a table fine, but if I try to recreate the exact connection in a new project it does not work. Also if you go in and make a change to the project, one that is working, it will break it. The only thing I can figure is that the data types in the table can cause problems. I have noticed that Flex does give me error messages for some text fields. So I am off to document the tables to see if there are any data types that may be a problem. -
2. Re: Coldfusion Wizard and MySQL
HS_QA_-_Farah Oct 10, 2006 7:42 AM (in response to mat1492)Mark,
I wasn't able to reproduce the problem using a MySQL database. The data types that were covered and worked successfully were decimal, bigint, varchar, datetime, float, int, double, smallint, text, timestamp, and tinyint. If you have any columns with a data type other than these, please let me know.
Farah
CF QA Team -
3. Re: Coldfusion Wizard and MySQL
mat1492 Oct 10, 2006 9:46 AM (in response to mat1492)Hi Farah,
Thanks for the response. No the data types are all either int, varchar, or text, nothing fancy.
Another thought. I have the Access database and Flex builder on the same server but the MySQL databases are located on a different server. Could this be a problem?

