Skip to main content



      Home
Home » Eclipse Projects » DTP » problem with case sensitivity when tring to run stored procs
problem with case sensitivity when tring to run stored procs [message #597299] Thu, 18 February 2010 13:15 Go to next message
Eclipse UserFriend
Hi,

navigating to a stored procedure called APPL.SP_test, right clicking on the entry and selecting 'run' from the context menu brings up the configuration parameter page allowing me to enter parameter values (so far so good), but when clicking on 'OK' to finally execute the procedure I am receiving an error that APPL.SP_TEST is not recognised as a function or procedure.

Is it not possible to use lower case in procedure name?

Can I somehow configure DTP so that when building the call the procedure name is surrounded by " (CALL APPL."SP_test" instead of CALL APPL.SP_TEST).

Thanks
Re: no feedback? - problem with case sensitivity when trying to run stored procs [message #597358 is a reply to message #597299] Sat, 06 March 2010 09:44 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

I was hoping it would be me overlooking something or doing somting wrong as I found it hard to believe that DTP can not properly handle case sensitivity (in procedure names).

Can anyone please confirm whether this is a restriction in DTP or not?

Thanks
Re: no feedback? - problem with case sensitivity when trying to run stored procs [message #597362 is a reply to message #597358] Mon, 08 March 2010 13:38 Go to previous message
Eclipse UserFriend
Thomas.K.Hill@t-online.de wrote:
> Hi,
>
> I was hoping it would be me overlooking something or doing somting wrong
> as I found it hard to believe that DTP can not properly handle case
> sensitivity (in procedure names).
>
> Can anyone please confirm whether this is a restriction in DTP or not?
>
> Thanks
>
What database are you using? Case sensitivity is often dependent on the
JDBC driver.
Previous Topic:Derby DB creation issue
Next Topic:should this be raised as a BUG? - problem with case sensitivity when trying to run stored procs
Goto Forum:
  


Current Time: Wed Jul 23 00:36:32 EDT 2025

Powered by FUDForum. Page generated in 0.03924 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top