Subject RE: [IBDI] Firebird 1
Author Claudio Valderrama C.
> -----Original Message-----
> From: Peter Morris [mailto:pmorris@...]
> Sent: Viernes 1 de Junio de 2001 12:28
>
> Although I must say 1 more thing. If your select requires me to pass
> firstname, lastname, dob from the last record I displayed, this means I
> would have to store this in a <form> and pass it back to the server. What
> happens when there are 10 or more fields ? Especially if I am using
> METHOD=GET ? Very messy !

A typical relational table has a PK. A PK is unique by nature. If your
tables don't implement any concept of basic relational theory, locating an
exact record is only one of the many problems your db design will have.

C.