lgadola
Posts: 1
|
| Posted: 11/15/2009, 8:46 AM |
|
I use PHP 5
MySQL 5
MySQL ODBC 5.1
CCS recognizes my stored procedure but does not retrieve any parameters!
Any suggestions, please?
|
 |
 |
marcwolf
Posts: 361
|
| Posted: 11/30/2009, 4:37 PM |
|
Hi there
Unfortunately until version 5.5 or 6 of MySQL is officially released this cannot happen.
MySQL does not store the Parameters in a seperate table in the Information_Schema so it is difficult for the parameters to be extracted.
Wish I could help more but I am in the same situation.
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
|