Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Private directory for server-side procedures
Sat, Jan 13 2007 2:22 AMPermanent Link

KK Aw
Tim,

Do I need a private directory for the server-side procedures?
If so, how can I make sure it is unique for the session.

Regards,
KK Aw
Sat, Jan 13 2007 6:26 AMPermanent Link

"Jose Eduardo Helminsky"
KK

> Do I need a private directory for the server-side procedures?
> If so, how can I make sure it is unique for the session.

Yes, always that DBISAM need to create temporary files (IE. canned results)
it saves in Session.PrivateDir property. However, you don´t need to make
this unique for each session. DBISAM deal with file naming conflict and
create random file names.

Eduardo

Mon, Jan 15 2007 6:33 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

KK,

<< Do I need a private directory for the server-side procedures? If so, how
can I make sure it is unique for the session. >>

As always, Eduardo is correct - the directory need not be unique across
multiple sessions/threads.  DBISAM will handle any naming issues.

--
Tim Young
Elevate Software
www.elevatesoft.com

Mon, Jan 15 2007 11:35 AMPermanent Link

kk aw
Thanks Eduardo and Tim.  I have read it some where but I just wanted to
confirm that it will apply to the server-side procedures as well.

KK Aw
Image