Re: ADO Version Overview



in VBS:
Set o = CreateObject("ADODB.Connection")
AdoVersion = o.Version

Brian


.