Let first apologize if this is not in the right location. I was unsure where to go so "Newbie" caught my eye. I am in the process of converting Visual C++ code using ADO to access a SQL Server database over to MySQL. Using the MySQL Provider (Cherry City Software), it appears I am able to connect. However, I am running into issues executing SP's as our legacy code attempts to handle the SP output using ADO Streams. Is anyone aware of a MySQL access provider that supports streaming output and supports C++? I am concerned I may be better served rewriting our C++ data access layer and moving away from ADO when connecting to MySQL. Thanks for any thoughts!
↧