I am trying to set up a "cmd.CommandTyp e = adCmdStoredProc " but I
receive the error "Type 'adCmdStoredPro c' is not declared". What do I
need to do to declare it? I am using MSDE with SQLDataAdapter. I am
trying to exceute a stored procedure from within my VB .NET 2003 code.
Thanks.
JH
receive the error "Type 'adCmdStoredPro c' is not declared". What do I
need to do to declare it? I am using MSDE with SQLDataAdapter. I am
trying to exceute a stored procedure from within my VB .NET 2003 code.
Thanks.
JH
Comment