Tagged Questions

0
votes
1answer
76 views

VB6 not recognizing ADODB enumerators via COM

I am supporting a legacy ASP page which creates an ADODB stream object like this, then attempts to set it's type with an ADODB enumerator. Set BinaryStream = Server.CreateObject("ADODB.Stream") ...