|
The Powersoft SQL Server interface now supports Microsoft SQL Server 6.0. Part of this support is the implementation of a DBParm for secure connections.
Secure DBParm
When the secure DBParm is set, any application connecting to the SQL Server uses the integrated security provided by Windows NT. Any login information provided with the connection request is ignored by the SQL Server.
Secure DBParm format
The format of the secure DBParm is:
Where
|
securitylevel
|
Is either a string or an integer or an integer indicating whether the connection will use Windows NT security ('Yes',.'True' or 1) or not ('No', 'False', or 0).
|
The default is "secure= 'No'"
|