have we limitation in submit some query in c# to oracle

Posted by rima on Stack Overflow See other posts from Stack Overflow or by rima
Published on 2010-05-26T02:59:38Z Indexed on 2010/05/26 3:11 UTC
Read the original article Hit count: 217

Filed under:
|
|

Can I send this query from my C# connection to my oracle connection?

"Select Object_name,status from object_name where object_type='function';"

or

"Select Object_name,status from object_name where object_type='Procedure';"

or

because as I remember, I have this problem when I write a program to connect to Access with java,those days I try to submit some query to get all table name.

regard.

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql