3251 Object or variable is not capable of performing request operation

N

NS

Hi.
Does anyone know why I get this error

"3251 Object or variable is not capable of performing
request operation"

when i run
Dim objCatalog as new ADOX.catalog
<code for opening>
:
:
objCatalog.Views.Append "rpt", objCmd <-- error :(

Thanks.
 
Top