I'm trying to use the command object 'OLEDbCommand' but each time I type in the syntax I get the error 'User-defined type not defined'
Can someone tell my why VB is doing this? Do I need to add a componet and if so which one?
Here's the syntax I'm using:

Dim cmd As New OleDbCammand(InsertString, OleConn).