Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread BufferedIO and File Names Mask
Wed, Feb 13 2019 2:29 AMPermanent Link

Yusuf Zorlu

MicrotronX - Speditionssoftware vom Profi

Hi,

i have tried "adressen*.*", "*adressen*.*", "*\*adressen*.*" but nothing works, only adding the full path or only adding * as filename works.

What i'm doing wrong with latest version/build?

Yusuf Zorlu
MicrotronX
Wed, Feb 13 2019 2:32 AMPermanent Link

Yusuf Zorlu

MicrotronX - Speditionssoftware vom Profi

I have to note that i have 4 databases with same tables and i want to setup the buffered io for specific files i.e.

adressen.*

Also one further question: how important is the order of the files in the filespecification list. Which setting will be used, if * is the last entry and i have adressen.* as first entry?

Yusuf Zorlu
MicrotronX
Wed, Feb 13 2019 9:03 AMPermanent Link

Raul

Team Elevate Team Elevate

On 2/13/2019 2:32 AM, Yusuf Zorlu wrote:
> I have to note that i have 4 databases with same tables and i want to setup the buffered io for specific files i.e.
>
> adressen.*
>
> Also one further question: how important is the order of the files in the filespecification list. Which setting will be used, if * is the last entry and i have adressen.* as first entry?
>

I have not used it enough myself but as per documentation the settings
are read back to front so you should have * as first and adressen.* as
the last one (more general first and specific later)

See :
https://www.elevatesoft.com/manual?action=viewtopic&id=edb2sql&topic=Buffering_Caching


Raul
Thu, Feb 14 2019 6:48 AMPermanent Link

Yusuf Zorlu

MicrotronX - Speditionssoftware vom Profi

but something is wrong because adressen.* is not working.

i define a global 16 for block size and 16 for memory and 32 for adressen and see on serverside that it uses also 16 for adressen.*

Yusuf Zorlu
MicrotronX
Wed, Feb 20 2019 12:02 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Yusuf,

<< but something is wrong because adressen.* is not working.

i define a global 16 for block size and 16 for memory and 32 for adressen and see on serverside that it uses also 16 for adressen.* >>

Resolving this via email: the file specifications require leading wildcards and path separators in order to work on a global basis.

For example:

*\adressen.*

Tim Young
Elevate Software
www.elevatesoft.com
Image