Hi,
I have recently (just about) got my head around using the Command colection. However, when i run the execute the first time everything is fine...
i.e.
Dim cmd As New ADODB.Command
...then i append all the parameters....
then..
cmd.Execute.
First time round is fine but the second time it fails becuase there are too many arguments. I assume this is because i need to empty the command collection after i use it the first time. can someone help me on how you do this??
Thanks
I have recently (just about) got my head around using the Command colection. However, when i run the execute the first time everything is fine...
i.e.
Dim cmd As New ADODB.Command
...then i append all the parameters....
then..
cmd.Execute.
First time round is fine but the second time it fails becuase there are too many arguments. I assume this is because i need to empty the command collection after i use it the first time. can someone help me on how you do this??
Thanks