Our ASP.NET application uses ODBC data provider. We need to have the web deployment tool create a database, an ODBC data source and update the ODBC connection string in web.config. The only documentation is that single web page that shows how to do it for SqlClient. Can you tell us how to achieve the...