INT 62 - MS SQL(Structured Query Language) Server/Sybase DBLIBRARY interface - UNINSTALL/GET PSPsee Program Segment Prefix ADDR
	AH = 08h
	CX = FFFEh
	DX = FFFFh
Return: AX = PSPsee Program Segment Prefix address of resident DBLIBRARY
Note:	this call does not free the memory allocated to the TSR(Terminate and Stay Resident) A program which remains in memory after terminating in order to provide services to other programs or the user.  The name comes from the name of the DOS function call used to remain in memory after termination.; the calling
	  code must do the deallocation.
SeeAlso: INT 62"DBLIBRARY"