A
Albert
Hi, I want to pass ADO Connection object to my procedure. But I want it as
Optional also. In VB help, it explains Optional apply to Variant data type
only. I can not use IsMissing() to test. So, I try checking the existing of
passing object by Is Nothing comparison. Although it works well, but I not
sure. Could you confirm me that my method is proper or not. Or have other
ways to check ?
Thanks
Optional also. In VB help, it explains Optional apply to Variant data type
only. I can not use IsMissing() to test. So, I try checking the existing of
passing object by Is Nothing comparison. Although it works well, but I not
sure. Could you confirm me that my method is proper or not. Or have other
ways to check ?
Thanks