Ack! - ODBC.NET Supported In Only the v1.1 .NET Framework!?!

M

Mythran

I navigated to the following site and noticed this in bright red letters:

Note: This namespace, class, or member is supported only in version 1.1 of the
..NET Framework.

http://msdn.microsoft.com/library/d...dbcodbcdatareaderclassgetschematabletopic.asp

So, any versions after the 1.1 framework version does not include ODBC.NET?!?
Will it work if we include the odbc.net dll or will it just be completely
banished from the framework altogether?

I just got the majority of an application completed and for me to have to rewrite
it because it is now unsupported is just insane (for me).


Thanks for any replies,
Mythran
 
H

Herfried K. Wagner

Hello,

Mythran said:
Note: This namespace, class, or member is supported only in
version 1.1 of the .NET Framework.

http://msdn.microsoft.com/library/d...dbcodbcdatareaderclassgetschematabletopic.asp

So, any versions after the 1.1 framework version does not include
ODBC.NET?!? Will it work if we include the odbc.net dll or will it
just be completely banished from the framework altogether?

I think the sentence should tell us that it's not supported in .NET 1.0.

Regards,
Herfried K. Wagner
 
J

Jay B. Harlow [MVP - Outlook]

Mythran,
Herfried, is correct.

Of the two released versions of .NET (1.0 & 1.1) The System.Data.Odbc
namespace is only available in version 1.1 of the framework.

Remember both 1.0 & 1.1 are both currently readily available. Without the
message, one may think it was available on 1.0 of the framework (it is
available under 1.0 as a separate namespace, and a separate download).

Hope this helps
Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top