DBLinkPtr::Get functions should have an overload with the option for a default value so that optional parameters (which is intended) are not an "error". There is no point in throwing and catching an error that we know and intend to throw and catch every time.
Optional overloaded versions of the function would be like:
DBLinkPtr::Get
functions should have an overload with the option for a default value so that optional parameters (which is intended) are not an "error". There is no point in throwing and catching an error that we know and intend to throw and catch every time.Optional overloaded versions of the function would be like: