have we limitation in submit some query in c# to oracle
- by rima
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.