Hi,
I am trying to retrieve a stored procedure parameters using the DeriveParameters method. I can compile my code and run without errors but the function returns nothing. Connection is open, command set to type StoredProcedure.
I have MySQL server 5.0.45 on Linux and I am connecting using C# and .NET/Connector last release (6.3.4). Did anybody successfully use this function? Any code sample would be appreciated.
Thanks,
Fed
I am trying to retrieve a stored procedure parameters using the DeriveParameters method. I can compile my code and run without errors but the function returns nothing. Connection is open, command set to type StoredProcedure.
I have MySQL server 5.0.45 on Linux and I am connecting using C# and .NET/Connector last release (6.3.4). Did anybody successfully use this function? Any code sample would be appreciated.
Thanks,
Fed