On May 29, 9:14 am, "Frank Swarbrick" <Frank.Swarbr...@efirstbank.com>
wrote:
> >>> On 5/29/2008 at 9:46 AM, in message
>
[quoted text clipped - 61 lines]
> Thanks,
> Frank
If the users are connecting via CLP, I don't know of another way other
than setting it each time. If they're connecting via other means, you
could try setting the current (function) path via the cli.ini. Also--
again depending on how users are connecting--the application server/
ORM layer/JDBC layer may have its own ini file that you could put the
entry (or its equivalent) in.
--Jeff
Serge Rielau - 29 May 2008 18:50 GMT
>> I want to place the date_from_decimal function in a particular schema that
>> is not named after any particular user (CREATE FUNCTION
[quoted text clipped - 3 lines]
>> PATH = fb_func, CURRENT PATH), but it would be nice to have DB2 do this
>> automatically.
You want a .login. Yeah it's on my wish list, too.
Keeps popping up, but never (so far) made the cut.
Cheers
Serge

Signature
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Frank Swarbrick - 30 May 2008 00:07 GMT
>>> On 5/29/2008 at 11:15 AM, in message
<4154d8a4-908d-49b7-90f4-ae3d1e500774@i18g2000prn.googlegroups.com>,
> On May 29, 9:14 am, "Frank Swarbrick" <Frank.Swarbr...@efirstbank.com>
> wrote:
[quoted text clipped - 21 lines]
> ORM layer/JDBC layer may have its own ini file that you could put the
> entry (or its equivalent) in.
We'll be connecting either from JDBC (via Websphere) and from host DRDA
client applications.
Thanks for the ideas.
Frank
jefftyzzer - 30 May 2008 19:57 GMT
On May 29, 4:07 pm, "Frank Swarbrick" <Frank.Swarbr...@efirstbank.com>
wrote:
> >>> On 5/29/2008 at 11:15 AM, in message
>
[quoted text clipped - 32 lines]
>
> Frank
Frank,
In re: WebSphere, I just spoke to one of our administrators, who gave
me some information that might be helpful to you: You'll want to set
the currentFunctionPath Custom Property within your Data Source, which
is itself within the JDBC Providers link in the Resources area of the
WS Admin Console.
HTH,
--Jeff
Frank Swarbrick - 30 May 2008 22:07 GMT
>>> On 5/30/2008 at 12:57 PM, in message
<0996127a-a4af-492f-a8cf-1c289565542a@a32g2000prf.googlegroups.com>,
> In re: WebSphere, I just spoke to one of our administrators, who gave
> me some information that might be helpful to you: You'll want to set
> the currentFunctionPath Custom Property within your Data Source, which
> is itself within the JDBC Providers link in the Resources area of the
> WS Admin Console.
Thanks.
Frank