Subject Re: [firebird-support] Where is the updatebatch?
Author Woody (TMW)
If you are using Windows servers, not Linux or Solaris, you can add this
line to the TIBDatabase component:

isc_dpb_force_write=1

That will turn on forced writes as soon as you connect to the database if it
isn't already turned on. As a side note, don't use TIBTables for anything
but the simplest form of lookup table. It has too many limitations and some
bugs. It is better to use all query components. This is true for just about
any language when you use an RDBMS.

Woody (TMW)
Freeware Page: http://users.eonet.net/woodytmw

All computers wait at the same speed.

----- Original Message -----
From: "Henrique Lobo Weissmann" <kicolobo@...>


Hi again,

When using ADO in my projects (made with Delphi 7), I use the
updatebatch procedure to ensure that the data is written fisically on the
disk. I didnĀ“t find this method in the components of the IBTable components.
There is any alternative? Or the data is by default written on the disk?


[Non-text portions of this message have been removed]


Yahoo! Groups Sponsor
ADVERTISEMENT




To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.