Install sdac on delphi 2005

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dphaneuf
Posts: 3
Joined: Mon 25 Sep 2006 01:51

Install sdac on delphi 2005

Post by dphaneuf » Mon 20 Nov 2006 21:41

I don't see the msdataadapter component.

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


Any idea.


thanks

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Tue 21 Nov 2006 12:42

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.

dphaneuf
Posts: 3
Joined: Mon 25 Sep 2006 01:51

Post by dphaneuf » Tue 21 Nov 2006 16:06

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,

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Wed 22 Nov 2006 10:39

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.

Post Reply