CADOConnJet Class Bug - GUID needs {} brackets
In the Total Access SourceBook 2013, there is bug in the Class definition.
Access Databases -> Database -> CADOConnJet Class
the following line:
Private Const mcstrJetUserRosterGUID As String = "947bb102-5d43-11d1-bdbf-00c04fb92675"
Should have the GUID code enclosed in {} brackets
Private Const mcstrJetUserRosterGUID As String = "{947bb102-5d43-11d1-bdbf-00c04fb92675}"
Specifically I get an error when trying to ADOUserRosterToString function
-
Official comment
Hello Bruce,
Thank you for bringing this to our attention. We're looking into it and will replay as soon as we can.
Thank you,
Tech Support
Comment actions
Please sign in to leave a comment.
Comments
1 comment