up vote 4 down vote favorite
share [g+] share [fb]

Is possible to use ADO .Net from an Win32 Application build with Delphi 7.

maybe using CrossTalk or Hydra?

Any recommendation is welcome.

thanks in advance.

link|improve this question

Can you tell why do you need that? In most cases there is another way. Win32 and .NET are different and it is better not to mix them. – FractalizeR Feb 10 '10 at 15:35
feedback

2 Answers

up vote 2 down vote accepted

I don't have any experience directly with using ADO.NET this way, but I believe CrossTalk would be more suited to that than Hydra. I know you can use a .NET Class via COM, which might work for you. You might combine that with the article on using ADO.NET DataSets . . .

link|improve this answer
feedback

You could also try managed VCL (http://www.managed-vcl.com/) or try to do the interop part with your own classes yourself

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.