Page 1 of 1

Install sdac on delphi 2005

Posted: Mon 20 Nov 2006 21:41
by dphaneuf
I don't see the msdataadapter component.

I going component installed .net:
in .net vcl components: nothing
in .net components: nothing.


Any idea.


thanks

Posted: Tue 21 Nov 2006 12:42
by Jackson
You can find this component on the Component->Installed .NET Components->.NET Components tab with the name MSDataAdapter and the assembly name CoreLab.Sdac.AdoNet.
If you are user of SDAC Pro version, please make sure that you correctly registered the MSDataAdapter component.

Posted: Tue 21 Nov 2006 16:06
by dphaneuf
Hi,


I just check and dont see the name MSDataAdapter or the assembly name CoreLab.Sdac.AdoNet. So meaby it the registration that i need to do?

Yes i have the SDAC Pro version, i know that when i install i didn't receive any error message.


thanks,

Posted: Wed 22 Nov 2006 10:39
by Jackson
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
    - Add the path to the compiled assembly in "Assembly Search Paths"
    - 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.