Re: API or standard DLL?



<louw.elbie@xxxxxxxxx> wrote in message
news:1185258062.689196.225340@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi there

I got a project where a client wants a API written to access external
product provider databases and return results as a recordset.

What is the difference between an API and standard DLL? As I
understand, API doesn't rely on any other
software than e.g. Windows APIs to perform a task?
Should one write the API in C++ or will VB.NET or C# work? If so,
will the API will depend on the dotNet framework to be loaded?

DLLs usually have APIs. APIs are just ways to call call
methods/functions/etc...


.



Relevant Pages

  • Re: API or standard DLL?
    ... product provider databases and return results as a recordset. ... What is the difference between an API and standard DLL? ... API stands for "Application Programming Interface"; ...
    (comp.programming)
  • API or standard DLL?
    ... I got a project where a client wants a API written to access external ... product provider databases and return results as a recordset. ... What is the difference between an API and standard DLL? ...
    (comp.programming)
  • Re: API or standard DLL?
    ... What is the difference between an API and standard DLL? ... It doesn't matter what language use in writing code to return an ADO.Net recordset, which will be done by code you develop in a DLL that will do that for you. ... A program written to interface with a database solution and a program written to use APIare two different things. ... You would use ADO.NET which has many types of 3rd party database vendors or providers, like MS SQL Server, Oracle, Btrieve, Sybase, MySQL and many other providers, to provide solutions in ADO.NET to access their database. ...
    (comp.programming)