SqlSetAvail

Marks a sqlconn% connection as being available for general use.

Syntax

SqlSetAvail ( sqlconn% )

where

sqlconn%
Is a SQL Server connection. The value of sqlconn% is returned by SqlOpen%.

Remarks

Any subsequent call to SqlIsAvail% returns SUCCEED until some use is made of the sqlconn% connection. SqlSetAvail is not normally required in an application.

See Also

SqlIsAvail%