MATLAB: Is the MATLAB .NET component unable to access a database via the Database Toolbox when the component is used in an ASP.NET application

Database ToolboxMATLAB Builder for COMMATLAB Builder NE

I have an .NET component which connects to an ODBC datasource. When I use this component in my ASP.NET application the component is unable to access the database.

Best Answer

Setup the database as a System DSN in the ODBC Control Panel. This will allow the ASP.NET application access to the ODBC source via the .NET component.