Handshake with the VETtrak Database via the API.
This function is used to test the connection from a web application to the VETtrak Database by using the API to interact with the database.
If the connection is established, a call to this function will return the String (without the quotes): 'You are connected to the Database via the API.'
[WebMethod(Description = "Checks the connection to the VETtrak database via the API")] public string DB_Handshake();
String.
| 
 
Connection Status   | 
 
String Returned   | 
| 
 
Connects to Database   | 
 
You are connected to the Database via the API.   | 
| 
 
Connects to API but not to Database   | 
 
Error Message. *   | 
| 
 
Does not connect to API   | 
 
Error Message. *   | 
This function has security level "Public", and can be accessed by anyone without authentication.
string : a message.
| 
 
Copyright (c) VETtrak 2022. All rights reserved. 
 |