Greetings -

I have a parameterized ADO command. For this project, the command is part of a data environment that I set up.

I'm having a problem re-running the command with a new parameter. The first time I run it, no problem. The second time I run it (with a new parameter), I get an error along the lines of "this action cannot be completed with an object that's already open." Question is - how do I close it?

Here's the syntax:

envDJ.cmdGetOneStudent(temp_id)




Thanks in advance.