Execute a View with sp_columns
Hi
The following two line were using SQL server 2000 I would like to know what would be the equivalent code in oracle
SqlQuery = "sp_columns CONT_Full_Search_View"
Set RS = Conn.Execute( SqlQuery )
when I run this code I get this error message
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Oracle][ODBC][Ora]ORA-00900: invalid SQL statement
/Gels_ssqc_application/global.asa, line 386
I think it has to do with the sp_columns ..
can anyone help
Thank you