S
Scott M.
Ok, take tomorrow off too. Tell your boss I said it was OK!
Derrick said:I feel like taking the day off now - finally it is fixed.
I had to modify your suggestion a bit (I had to cast the active connection
as a adodb.connection), but this worked.
Dim cat As Catalog = New Catalog
cat.Create(Me.CreateString)
CType(cat.ActiveConnection, ADODB.Connection).Close()
Thanks so much for your help.
Derrick