I have created an application front end for a MySQL database where the user can create new quotes. I am opening the connection with an ADODB connection string and want to pass the information to my Crystal Report from the selected quote number. What is the best way to do this? Currently I keep finding information on the web where they use either an OLEDB connection or an SQL connection. Do I want to change the connection method of my whole app to one of these? Or what is the best way to keep the interaction between MySQL, my app, and Crystal Reports open and clean?
TIA
Greg Hicks
TIA
Greg Hicks