473,394 Members | 1,806 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Does rdo supported in C#?

Hi,
I just wanna ask a very simple question.
i) Does rdo supported in C#?
ii) If not, is there any alternative way? I mean, I must use rdo no
matter how.

Thanks in advance
pcPirate
Nov 15 '05 #1
4 2447
Hi,

No, there's no support for RDO in C# as this technology is obsolete. You
can, however, access the corresponding API either through COM Interop or, in
the worst case, through P/Invoke.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"pcPirate" <ph****@hotmail.com> wrote in message
news:ui**************@TK2MSFTNGP10.phx.gbl...
Hi,
I just wanna ask a very simple question.
i) Does rdo supported in C#?
ii) If not, is there any alternative way? I mean, I must use rdo no
matter how.

Thanks in advance
pcPirate


Nov 15 '05 #2
Thanks,
However, how do I do that??? : (access the corresponding API either through
COM Interop or, in
the worst case, through P/Invoke) ???
Thanks in advance
pcPirate.

"Dmitriy Lapshin [C# / .NET MVP]" <x-****@no-spam-please.hotpop.com> wrote
in message news:%2******************@TK2MSFTNGP11.phx.gbl... Hi,

No, there's no support for RDO in C# as this technology is obsolete. You
can, however, access the corresponding API either through COM Interop or, in the worst case, through P/Invoke.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"pcPirate" <ph****@hotmail.com> wrote in message
news:ui**************@TK2MSFTNGP10.phx.gbl...
Hi,
I just wanna ask a very simple question.
i) Does rdo supported in C#?
ii) If not, is there any alternative way? I mean, I must use rdo no
matter how.

Thanks in advance
pcPirate

Nov 15 '05 #3
I have never worked with RDO so I don't have any examples at hand. You can
refer to MSDN for samples on COM Interop and Remoting as well as for
detailed explanations. You can also post your question to the
microsoft.public.dotnet.framework.interop newsgroup.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"pcPirate" <ph****@hotmail.com> wrote in message
news:eX*************@TK2MSFTNGP11.phx.gbl...
Thanks,
However, how do I do that??? : (access the corresponding API either through COM Interop or, in
the worst case, through P/Invoke) ???


Thanks in advance
pcPirate.


Nov 15 '05 #4
pcPirate,
Start a new C# project in VS.NET.

1. Use Project - Add Reference to add a reference.
2. Select the COM tab
3. Select "Microsoft Remote Data Object 2.0" from the list
4. Click the "Select" button
5. Click the "Ok button

The above will create a COM interop assembly for you. Unfortunately I do not
have an example actually using COM interop from C#.

Hope this helps
Jay

"pcPirate" <ph****@hotmail.com> wrote in message
news:eX*************@TK2MSFTNGP11.phx.gbl...
Thanks,
However, how do I do that??? : (access the corresponding API either through COM Interop or, in
the worst case, through P/Invoke) ???
Thanks in advance
pcPirate.

"Dmitriy Lapshin [C# / .NET MVP]" <x-****@no-spam-please.hotpop.com> wrote
in message news:%2******************@TK2MSFTNGP11.phx.gbl...
Hi,

No, there's no support for RDO in C# as this technology is obsolete. You
can, however, access the corresponding API either through COM Interop

or, in
the worst case, through P/Invoke.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"pcPirate" <ph****@hotmail.com> wrote in message
news:ui**************@TK2MSFTNGP10.phx.gbl...
Hi,
I just wanna ask a very simple question.
i) Does rdo supported in C#?
ii) If not, is there any alternative way? I mean, I must use rdo no
matter how.

Thanks in advance
pcPirate


Nov 15 '05 #5

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

Similar topics

3
by: Mudcat | last post by:
Howdy, I could have sworn I downloaded a version of python win that supported object library 11.0 at some point. However I just downloaded versions 204 and 203, and the highest version they have...
1
by: Dan | last post by:
Hi, Is the method 'insertAdjacentText' supported by netscape? I 'm afraid of not. Does anyone know the equivalent method? By the way, does it exist something like a equivalence tabel between IE...
4
by: Robert | last post by:
Hi, which DOM version (level) should I learn? I've seen that there is a DOM level 3, but is there any support for it already? -- Rob
8
by: lawrence | last post by:
I'm learning Javascript. I downloaded a script for study. Please tell me how the variable "loop" can have scope in the first function when it is altered in the second function? It is not defined...
2
by: mark4asp | last post by:
Why does this not work in Mozilla ? <http://homepage.ntlworld.com/mark.pawelek/code/animals.html> The optHabitat_change() event does not fire. What am I doing wrong here? PS: It should...
4
by: David | last post by:
Hello When I try to open a connection to a sql server database from my aspnet app I get the following exception message: 'ResourcePool' is not supported on the current platform. I can connect OK...
3
by: Mohan | last post by:
I had tried OLEDB (IBMDA400) with .net for Transactions. Transactions are not supported at all with OLEDB and AS400. Now I am trying ODBC.NET for transaction. Rollback does not work with ODBC.NE ...
2
by: symbol | last post by:
I am having this problem in a managed c++ DLL which mixes managed and unmanaged C/C++ code. I tried to assign value to a struct array nested in another struct. but I can only write to the first...
0
by: mavis | last post by:
Does IntellJ support the checking for "keyref" definition? Why it seems does not work at all? <xs:key name="supported-platforms-name-unique"> <xs:selector...
25
by: Peter Michaux | last post by:
Hi, I'm thinking about code minimization. I can think of a few places where whitespace matters a + ++b a++ + b a - --b a-- -b when a line ends without a semi-colon in which case the new...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...
0
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...
0
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...

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.