Using the API

Prior to using any of the functions within the API you will need to create reference to it within your application.  To create a reference to the FuseTalk API you will need to include the FuseTalk.dll inside your .NET project, which can be done by adding a reference in the project.  Once you have referenced the DLL within your project you can then programmatically create a new reference to it for use within your application.  The only parameter required to create a reference to the FuseTalk API is a valid ADO.NET connection string.  

Below is an example of how to do this within VB.NET.

 

Dim ftObj as new FuseTalk.API("server=myserver;database=mydatabase;uid=myuser;password=mypassword")

 

Now you can use any of the functions detailed in the API guide.