Error Messages (M)

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

Microsoft.Data.Odbc.OdbcException: NO_DATA - no error information available

Action Using ODBC .NET Data Provder to connect to an OpenLink ODBC data source from a Microsoft Visual Studio .NET application. Result The following error occurs when .NET tries to fill the DataSet object. Error: Microsoft.Data.Odbc.OdbcException: NO_DATA - no error information available Cause When ODBC drivers are used within a Visual Studio .NET program via the Microsoft managed ODBC .NET Data Provider, you need to ensure your MDAC (Microsoft Data Access Components) are at version 3.520.9030 or above. Resolution: Visit http://support.microsoft.com/default.aspx?scid=kb;EN-US;q301202 to download the MDAC version checker program. Run this program and if it returns a version below 3.520.9030, you must upgrade your MDAC. If you already have MDAC 2.7 installed, you will need to apply all available Service Packs to it. - Use the link http://windowsupdate.microsoft.com to install the latest MDAC version - Use the Microsoft Data Access downloads link at http://msdn.microsoft.com/library/default.asp?url=/downloads/list/dataaccess.asp to update to MDAC 2.7 SP 1. (If that link no longer works, simply do a search for "MDAC 2.7 Service Pack" on Microsoft's website.)

Referenced by...