This is a discussion on Re: IfxMetaDataCollectionNames, where is it ??? within the Informix forums, part of the Database Server Software category; --> Hi The IfxConnection.GetSchema(); call is not supported with the Informix ..NET Provider ship with Informix Client SDK. The DB2.NET ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi The IfxConnection.GetSchema(); call is not supported with the Informix ..NET Provider ship with Informix Client SDK. The DB2.NET provider that comes with the latest DB2 client (version 9.5) started providing connectivity to Informix servers version IDS 11.10.xC1 or higher. There are two .NET Provider binaries that come with this bundle for each ..NET FW. IBM.Data.Informix.dll IBM.Data.DB2.dll The GetSchema on its connection class is supported with both providers. If you are using existing application then IBM.Data.Informix.dll may be your choice else IBM.Data.DB2.dll. The IBM.Data.DB2.dll that support connectivity to both Informix and DB2 servers. Regards, Satyan Software Engineer R&D - IBM Information Management Division 11200 Lakeview, Lenexa, KS 66219 Tel: 913 599 8792 (T/L: 337-8792) eferreyra <eferreyra@gmail. com> To Sent by: informix-list@iiug.org informix-list-bou cc nces@iiug.org Subject IfxMetaDataCollectionNames, where 11/08/2007 10:58 is it ??? AM Hi, in this pages explains how to get MetaDataInfo for the Ibm Informix .NET Data Provider, http://publib.boulder.ibm.com/infoce...pref-ifx48.htm But i just install the latest release of the CSDK (3.00.TC2DE) and there is not any enumeration in IBM.Data.Informix called IfxMetaDataCollectionNames and the method: IfxConnection.GetSchema(); throws an NotSuppertedException Maybe i missing something (maybe they miss it) The version for the assembly is 3.0.0.2 wich is the same as TC1... Nothing change??? Hope to find somebody working already with IBM.Data.Informix .... _______________________________________________ Informix-list mailing list Informix-list@iiug.org http://www.iiug.org/mailman/listinfo/informix-list |