Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread DBSys and changed table extensions
Mon, Jun 19 2006 7:45 PMPermanent Link

Oliver Bock
To get around ongoing problems with antivirus software, I'm changing the
file extensions used by DBISAM.  What I cannot work out is: how do I
tell DBSYS about the new extensions?


  Oliver
Tue, Jun 20 2006 5:26 AMPermanent Link

"Clive"
You cant, afaik
You need to get the dbsys source and modify it yourself

"Oliver Bock" <oliver-elevatesoft-news@ikucwe.com> wrote in message
news:76AEDC96-034C-4C5D-BE92-DB79A11D618F@news.elevatesoft.com...
> To get around ongoing problems with antivirus software, I'm changing the
> file extensions used by DBISAM.  What I cannot work out is: how do I tell
> DBSYS about the new extensions?
>
>
>   Oliver

Tue, Jun 20 2006 7:55 AMPermanent Link

=?iso-8859-1?Q?Andr=E9_Prins?=
Oliver Bock wrote:

> What I cannot work out is: how do I tell DBSYS about the new extensions?

If you're using V4 you can change the engine info in dbsys.ini.

HTH

--
André Prins
Twain Development
Tue, Jun 20 2006 3:52 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Oliver,

<< To get around ongoing problems with antivirus software, I'm changing the
file extensions used by DBISAM.  What I cannot work out is: how do I tell
DBSYS about the new extensions? >>

As Andre stated, in the DBSYS.INI change these settings:

[Engine Info]
Create Temp Tables In Database=0
Large File Support=0
Lock File Name=dbisam.lck
Max Table Data Buffer Count=8192
Max Table Data Buffer Size=332768
Max Table Index Buffer Count=8192
Max Table Index Buffer Size=65536
Max Table Blob Buffer Count=8192
Max Table Blob Buffer Size=1032768
Table Data Extension=.dat
Table Index Extension=.idx
Table Blob Extension=.blb
Backup Table Data Extension=.dbk
Backup Table Index Extension=.ibk
Backup Table Blob Extension=.bbk
Upgrade Table Data Extension=.dup
Upgrade Table Index Extension=.iup
Upgrade Table Blob Extension=.bup
Temp Table Data Extension=.tmp  <<<<<<<<<<<<<<<<<<<<<
Temp Table Index Extension=.idx <<<<<<<<<<<<<<<<<<<<
Temp Table Blob Extension=.blb <<<<<<<<<<<<<<<<<<<
Max Read Lock Count=100

--
Tim Young
Elevate Software
www.elevatesoft.com

Image