• From your VB6 you allready install the SQL instance. You could add some additional code to create an ODBC connection when the installation is finished. Next you execute the SQL-code from within your VB6 code over the ODBC connection. No user action needed ;-).

    I found a quick sample over here: http://www.connx.com/products/connx/connx%208.6%20userguide/CONNXCDD32C/Sample_Visual_Basic_ODBC_Application.htm

    ** Don't mistake the ‘stupidity of the crowd’ for the ‘wisdom of the group’! **