rf44
SSCommitted
Points: 1535
More actions
June 3, 2014 at 5:46 am
#1718478
Using: Set cmd = cmd.Execute there does not make sense as cmd is declared but not instanciated yet. Use:
Set cmd = cmd.Execute
Set cmd = New ADODB.Command
instead.
Viewing post 1 (of 2 total)
You must be logged in to reply to this topic. Login to reply