开发者

How can use Ado. Net from Delphi Win32

开发者 https://www.devze.com 2022-12-19 04:37 出处:网络
Is possible to use开发者_StackOverflow中文版 ADO .Net from an Win32 Application build with Delphi 7.

Is possible to use开发者_StackOverflow中文版 ADO .Net from an Win32 Application build with Delphi 7.

maybe using CrossTalk or Hydra?

Any recommendation is welcome.

thanks in advance.


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消