Thread: Redemption
View Single Post
  #3  
Old March 3rd 06, 05:04 PM posted to microsoft.public.outlook.program_addins
Christoph
external usenet poster
 
Posts: 6
Default Redemption

Thank you Ken,

but that are not good news because I have to create a lot objects.
So i'm also making database transactions within the add-in.
The recordsets have also to be crated with new. For that problem, what
would be the better solution?
Dim rst as New ADODB.Recordset
or
Dim rst as ADODB.Recordset
Set rst = New ADODB Recordset

Ads