Marks a sqlconn% connection as being available for general use.
SqlSetAvail ( sqlconn% )
where
Any subsequent call to SqlIsAvail% returns SUCCEED until some use is made of the sqlconn% connection. SqlSetAvail is not normally required in an application.