THe server is a Pervasive SQL Server for Windows NT v8.70. The client says it is Pervasive SQL 9.51.
The result value returned from the Connect command was Dto_errSERVER_NOT_FOUND.
Here is the sample code we are using:
DtoSession mDtoSession = new DTOLib.DtoSession();
dtoResult result;
try {
result = mDtoSession.Connect(Properties.Settings.Default.ComputerName, Properties.Settings.Default.UserName,
Properties.Settings.Default.Password);
if (result != 0)
{
Console.WriteLine("Error connecting to server. Error code:" + result.ToString());
Console.ReadLine();
}
The computer name value in this sample was set to an IPAddress