AIS connection using AdsConnection

Connection string

This Advantage .NET Data Provider connection string can be used for connections to Sybase Advantage.

Data Source=\\myserver\myvolume\mypat\mydd.add;User ID=myUsername;
Password
=myPassword;
ServerType=AIS;

The value 4 can also be used instead of REMOTE

Note that ServerType values can be summed, for instance a value of 3 would mean the combination of LOCAL | REMOTE. The value can also be set to the full string, for instance, LOCAL|REMOTE instead of a numeric 3.