views:

263

answers:

3

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.

A: 

http://edn.embarcadero.com/article/28631

drorhan
some .net tutorials for delphihttp://delphi.about.com/od/adonet/ADONET_tutorials_and_articles.htm
drorhan
@drorhan, the article of your post is for use ado .net datasets, not for connect an delphi application using ADO .Net
RRUZ
+2  A: 

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 . . .

Jim McKeeth
A: 

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