Borland®
Shop
Products Downloads Services Support Partners News & Events Company Community

BDE API Examples (DbiSetProp, DbiValidateProp)

Sets the specified property of an object to a given value.

Set soft deletes to True or False depending on the boolean variable SoftDelete:

This example is included with Delphi in the BDE32.HLP file.

Set the maximum rows that can be fetched from a SQL table:

This example is included with Delphi in the BDE32.HLP file.
This example causes auxilary files to be created when INSERT, DELETE and UPDATE SQL statements are executed after calling this procedure. This example uses the following input:

GenAuxFiles(Query1 : TQuery);

procedure GenAuxFiles(TheQuery : TQuery);
begin
  TheQuery.PrePare;
  DbiSetProp(hDbiObj(TheQuery.stmtHandle), stmtAUXTBLS, LongInt(True));
end;


Back to BDE API Reference Page


DISCLAIMER: You have the right to use this technical information subject to the terms of the No-Nonsense License Statement that you received with the Borland product to which this information pertains.
 
Site Map Search Contact