Re: [cx-oracle-users] cx_Oracle4.3.1: - describe table query is not working!!!
Brought to you by:
atuining
From: Richard M. <ri...@we...> - 2007-05-09 09:38:12
|
Piyush Chechani wrote: > Hey Richard, > > Thanks a lot man for quotin g that query, > But I was asking specifically for that particular query, that 'describe > <tabl-name>' runs when we execute this in SQL*Plus, but it doesn't from > cx_Oracle interface. Why so. As I said, describe isn't a real query. I doubt it will work. Describe is implemented separately from queries (using OCIDescribeAny()), it's not really part of SQL. Cheers Rich. -- Richard Moore, Principal Software Engineer, Westpoint Ltd, Albion Wharf, 19 Albion Street, Manchester, M1 5LN, England Tel: +44 161 237 1028 Fax: +44 161 237 1031 |