Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all - I'm using a template for a QV doc that was set up for a database connection. I want to use this as a template but I need to import and excel spreadsheet instead for the moment. How do I kill the database connection? When I upload the Excel spreadsheet and reload I get ODBC errors.
Comment out the ODBC CONNECT statement by adding two slashed in front of the line: // ODBC CONNECT ...etc
Hi carickhoffc,
You can use the disconnect statement that terminates the current ODBC/OLEDB/Custom connection.
Example:
disconnect;
Regards