delphi - which is fastest win32 or SQL query? -
i'm writing client-server win32 application in delphi 7 , in section need bring aprox. 100k (less or more) rows data oracle database. ok far, 1 of fields must calculated (a simple division large number).
my question is, how less resources consuming , optimum, make division in sql query(maybe store procedure), or calculate value in code field(on server side)? don't want use tdataset calculated fields.
oracle system(v 9.2) used others applications, not dedicated application.
thanks in advance.
the sql engines designed type of task, answer make operation in oracle system
.
always sql data manipulation tasks in database server, designed that.
Comments
Post a Comment