View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 02:21 AM
stingrays
 
Posts: n/a
Default Type 'adCmdStoredProc' is not declared

I am trying to set up a "cmd.CommandType = adCmdStoredProc" but I
receive the error "Type 'adCmdStoredProc' 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
Reply With Quote