Solved

Access Provider Documentation?

  • 20 August 2021
  • 2 replies
  • 224 views

Userlevel 6
Badge +12

Hello,

I am wondering where I can find in-depth documentation on the .NET Access Provider (including the COM extensions).

I am just starting to play around with this layer and am intrigued by it. We have been using ODBC (Oracle Instant Client) and Oracle MDAC access and they work fine, but I like the simplicity of the .NET Access Provider and built-in niceties such as error handling -- no need to install an ODBC client or MDAC components, just the Ifs.Fnd DLLs (which I embed in our C# application).

I would also like to know how to do more with the COM extensions, as we still integrate with Visual Foxpro applications. Visual Foxpro can create COM objects, etc. and that might let us do more from there.

I understand Access Providers are on the way out and that web-based programming and RESTful API calls are the way of the future. But I still want to understand all of our client-side programming options.

 

Thanks,

Joe Kaufman

icon

Best answer by Charith Epitawatta 20 August 2021, 18:15

View original

This topic has been closed for comments

2 replies

Userlevel 7
Badge +31

Hi @sutekh137,

You can find the full documentation for .Net Access Provider here:

Installation Guide:

https://docs.ifs.com/techdocs/foundation1/050_development/040_core_server/010_access_providers_dev/210_install_dotnet_ap/default.htm

 

Development Guide:

https://docs.ifs.com/techdocs/foundation1/050_development/040_core_server/010_access_providers_dev/020_ap_dotnet/default.htm

 

Hope this helps!

Userlevel 6
Badge +12

 

Apologies, I had looked right at that page and thought it was more summary in nature. I see the “API Reference” should have what I need, and there are also COM examples.

Thanks so much!

 

Joe Kaufman