Re: jdbc metadata getProcedures does not return newly created proc/funcs

2007-09-10 Thread Knut Anders Hatlen
Rick Hillegas [EMAIL PROTECTED] writes: Hi Mike, Try passing in null as the catalog and schema arguments. The javadoc for DatabaseMetaData.getProcedures() is a little vague about this. That shouldn't make any difference since Derby ignores the catalog argument and replaces a null schema

Re: jdbc metadata getProcedures does not return newly created proc/funcs

2007-09-10 Thread Mike Norman
()' call; Derby does not. -- View this message in context: http://www.nabble.com/jdbc-metadata-getProcedures-does-not-return-newly-created-proc-funcs-tf4392888.html#a12594064 Sent from the Apache Derby Users mailing list archive at Nabble.com.

Re: jdbc metadata getProcedures does not return newly created proc/funcs

2007-09-10 Thread Thomas Kellerer
Mike Norman wrote: latest Derby: Apache Derby 10.3.1.4 - (561794) Apache Derby Network Client JDBC Driver 10.1.2.1 I created 2 very simple stored proc/funcs: [...] No exceptions are thrown but the list is empty - an empty result set was returned. Maybe stating the obvious: but did

Re: jdbc metadata getProcedures does not return newly created proc/funcs

2007-09-07 Thread Rick Hillegas
Hi Mike, Try passing in null as the catalog and schema arguments. The javadoc for DatabaseMetaData.getProcedures() is a little vague about this. Hope this helps, -Rick Mike Norman wrote: latest Derby: Apache Derby 10.3.1.4 - (561794) Apache Derby Network Client JDBC Driver 10.1.2.1

jdbc metadata getProcedures does not return newly created proc/funcs

2007-09-06 Thread Mike Norman
); } No exceptions are thrown but the list is empty - an empty result set was returned. Any ideas? Thanks in advance, Mike -- View this message in context: http://www.nabble.com/jdbc-metadata-getProcedures-does-not-return-newly-created-proc-funcs-tf4392888.html#a12525073 Sent from the Apache