Hi Gurus,

I had a application in DOTNET which for D/B operations use "interop.adodb".
I am facing hell lot of problem due to this.
Can anybody please suggest me whats the best way to use interop.adodb
beause i guess it depends lot on MDAC version..

Any URL or writeup is highly appreciated.

Regards
Robin

Re: MDAC and interop.adodb by Mary

Mary
Tue Jan 04 08:44:24 CST 2005

What are you trying to do that requires interop? What database are you
using? Most standard database operations don't require interop.

--Mary

On 4 Jan 2005 06:13:04 -0800, patra_robin@yahoo.com (Robin Patra)
wrote:

>Hi Gurus,
>
>I had a application in DOTNET which for D/B operations use "interop.adodb".
>I am facing hell lot of problem due to this.
>Can anybody please suggest me whats the best way to use interop.adodb
>beause i guess it depends lot on MDAC version..
>
>Any URL or writeup is highly appreciated.
>
>Regards
>Robin


Re: MDAC and interop.adodb by William

William
Tue Jan 04 13:14:11 CST 2005

He's kept his ADO classic code.
He needs to convert to ADO.NET.
He's pooched until he does... ;)

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________

"Mary Chipman" <mchip@online.microsoft.com> wrote in message
news:osalt097rrk8cev3uk0d1ugt5qug14ac67@4ax.com...
> What are you trying to do that requires interop? What database are you
> using? Most standard database operations don't require interop.
>
> --Mary
>
> On 4 Jan 2005 06:13:04 -0800, patra_robin@yahoo.com (Robin Patra)
> wrote:
>
>>Hi Gurus,
>>
>>I had a application in DOTNET which for D/B operations use
>>"interop.adodb".
>>I am facing hell lot of problem due to this.
>>Can anybody please suggest me whats the best way to use interop.adodb
>>beause i guess it depends lot on MDAC version..
>>
>>Any URL or writeup is highly appreciated.
>>
>>Regards
>>Robin
>



Re: MDAC and interop.adodb by Sahil

Sahil
Tue Jan 04 14:47:38 CST 2005

Switch to ADO.NET, and dump ADO, or as someone would say "Dump the bitch
and make the switch" (Okay that sounded very Gay).

What's keeping you interopping? Legacy code? Is most of it in stored procs?

- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik



"Robin Patra" <patra_robin@yahoo.com> wrote in message
news:6e3c4b90.0501040613.5c8356d5@posting.google.com...
> Hi Gurus,
>
> I had a application in DOTNET which for D/B operations use
"interop.adodb".
> I am facing hell lot of problem due to this.
> Can anybody please suggest me whats the best way to use interop.adodb
> beause i guess it depends lot on MDAC version..
>
> Any URL or writeup is highly appreciated.
>
> Regards
> Robin



Re: MDAC and interop.adodb by Mary

Mary
Wed Jan 05 12:29:51 CST 2005

Ah well, de gustibus non est disputandum (or whatever).

On Tue, 4 Jan 2005 11:14:11 -0800, "William \(Bill\) Vaughn"
<billvaRemoveThis@nwlink.com> wrote:

>He's kept his ADO classic code.
>He needs to convert to ADO.NET.
>He's pooched until he does... ;)