Subject | Finding the right record |
---|---|
Author | Walter Araújo Franco |
Post date | 2001-08-22T02:11:55Z |
Hi,
A doubt about "how to develop",
With Paradox (argh), i used to do:
Table.setkey;
tablePK.value:=avalue;
if table.gotokey then table.edit
else table.insert;
With queries, i know that i have to use the "where" clause, but, if i have to read a thousand of new and updated record, it won't make my database go down? or slowly?
Or there's another way to locate the record in a faster time?
txs in advance....
[]'s
Walter A. Franco
SysMaker Sistemas
Poços de Caldas - MG
UIN 11.606.129
[Non-text portions of this message have been removed]
A doubt about "how to develop",
With Paradox (argh), i used to do:
Table.setkey;
tablePK.value:=avalue;
if table.gotokey then table.edit
else table.insert;
With queries, i know that i have to use the "where" clause, but, if i have to read a thousand of new and updated record, it won't make my database go down? or slowly?
Or there's another way to locate the record in a faster time?
txs in advance....
[]'s
Walter A. Franco
SysMaker Sistemas
Poços de Caldas - MG
UIN 11.606.129
[Non-text portions of this message have been removed]