473,774 Members | 2,129 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

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/de...tabletopic.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
Nov 19 '05 #1
4 1330
Hello,

"Mythran" <ki********@hot mail.com> schrieb:
Note: This namespace, class, or member is supported only in
version 1.1 of the .NET Framework.

http://msdn.microsoft.com/library/de...tabletopic.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
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet
Nov 19 '05 #2
Cor
Herfried,
You are a real German alway serious LOL.
Cor
Nov 19 '05 #3
Cor
Herfried,
This could be read wrong, I ment always giving a correct answer
Cor
Nov 19 '05 #4
Mythran,
Herfried, is correct.

Of the two released versions of .NET (1.0 & 1.1) The System.Data.Odb c
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

"Mythran" <ki********@hot mail.com> wrote in message
news:uN******** ******@TK2MSFTN GP11.phx.gbl...
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/de...tabletopic.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

Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1994
by: Brian | last post by:
From one script, I'm spawnv'ing another that will launch mpg123 to play a specified mp3. Problem is that After the second script has launched mpg123, it'll turn into a zombie process. It doesn't happen when I launch it from the command line, so there's something wrong with the way I'm calling it (I believe). mp3pid = os.spawnv(os.P_NOWAIT, "/oter/playfile.py", ) Shouldn't this launch the script without waiting for it to finish?
0
1321
by: Lori Reddy | last post by:
Here are the variables left by the time we found a workaround for the problem: Across subnet. Across firewall. DCOM call from a DLL used in an ASP page. Two tests from a web server ("a") to another server ("b") over the firewall and subnet: First test ran a simple ASP page that created an object of
0
1739
by: Pav Lucistnik | last post by:
Hi folks, we're seeing strange behaviour of mysql connections over network here lately. Server and client are on different machines. Server (corpdb) is Mysql 3.23.52 on FreeBSD 4.6.2-RELEASE, client is php application (portal), Mysql-client 3.23.55, PHP 4.2.3, Apache 1.3.27 on FreeBSD 4.8-RELEASE. The boxes are connected over Cisco Catalyst switch in the same LAN. There is ipf firewall running on portal, no firewall running on corpdb.
1
3291
by: trapeze.jsg | last post by:
Hi. I am trying to get through to Microsoft MapPoint Services using ZSI for soap handling. I can generate the service classes and also the soap-requests generated by the service classes seem to be OK. The problem I am facing is that I can't seem to authenticate myself. I have made a small change to ZSI.client so that when I get a "401 Unauthorized" response from the remote server I build up a nice authorization request:
4
1512
by: Rachel Devons | last post by:
All, I'm struggling with an OOP concept. Let me try to define what I'm wanting by using some classic examples. Let's say that I have classes called Square & Circle that derive from class Shape. Within class Shape, it has a method called Save to save the object to disk. It's defined in Shape because the logic to save the shapes is uniform across all shapes. Furthermore, let's say I've defined an interface called IDraw that includes
1
2362
by: cfyam | last post by:
My ap is a Socket Server, and how can I get the ACK signal to confirm the Socket Client had received OK?
1
1667
by: JackBlack | last post by:
Hi, all! Using VS.Net 2k3... Just did a reinstall of a workstation, and now I'm getting an odd error when trying to run a Crystal Report from my app (vb.net/asp.net): "Unable to find the report in the manifest resources. Please build the project, and try again." Rebuild didn't work. Data access (SQL Server 2k) works fine, everything else fine. Just keep getting this odd error...
13
6210
by: Rob | last post by:
Hi all, I am fairly new to python, but not programming and embedded. I am having an issue which I believe is related to the hardware, triggered by the software read I am doing in pySerial. I am sending a short message to a group of embedded boxes daisy chained via the serial port. When I send a 'global' message, all the connected units should reply with their Id and Ack in this format '0 Ack' To be certain that I didn't miss a...
6
3594
by: Bjoern Schliessmann | last post by:
Hello, I'm currently trying to implement a simulation program with Kamaelia and need a reliable TCP connection to a data server. From Twisted, I know that a method is called if the connection fails by whatever reason. I tried to get the same results with Kamaelia's TCPClient component. If I start up the component and try to connect to a closed TCP port it fails and sends a message out of the signal box, that's okay.
7
1433
by: kandola47 | last post by:
hi, i need a recursion program. i am very poor in programmin so i want to learn from the examples.
0
9621
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10040
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9914
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7463
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6717
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5355
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4012
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3611
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.