Is a parameter which has been appended to an ADO.Command.Parameters
collection exclusively a client-side object, or does it have a server-side
existence as well? What happens to a parameter that has been appended to an
ADO.Command.Parameters collection, when said Command has been instantiated
in a subroutine which goes out of scope? If the Parameter hadn't been
deleted from the collection before the subroutine went out of scope, is
there anything* around (client-side or server-side) that one should
clean up under those circumstances?
Thanks!
Tim Romano