I don't see the msdataadapter component.
I going component installed .net:
in .net vcl components: nothing
in .net components: nothing.
Any idea.
thanks
Install sdac on delphi 2005
To register MSDataAdapter component in Delphi for .NET Tool Palette, follow these steps:
- - Compile SDAC run-time package (CoreLab.Sdac.AdoNet.dpk)
You can find this package in- Source\Delphi8\CoreLab.Sdac.AdoNet.dpk - for Delphi 8
Source\Delphi9\CoreLab.Sdac.AdoNet.dpk - for Delphi 2005
Source\Delphi10\CoreLab.Sdac.AdoNet.dpk - for Delphi 2006
- Open Delphi for .NET and go to the "Tool Palette" window;
- Add "SDAC" category using the popup menu;
- Select "Installed .NET Components..." from the popup menu;
- Go to "Installed .NET Components" tab within opened dialog;
- Check MSDataAdapter component;
- Press OK button. - Source\Delphi8\CoreLab.Sdac.AdoNet.dpk - for Delphi 8