Subject | IBOTable vs IBOQuery |
---|---|
Author | Daniel Bertin |
Post date | 2001-05-29T17:50:08Z |
>Hi allCould someone please tell the reason for using a table versus a query.
I have 8 tables (small under 100 records) which contains static/lookup data
and controlled with a flag active or not.used in a multi user environment
(C/S). with Firebird database.
either I do an SQL active = true(IBOQuery)
or a filter = active = true (IBOTable)
which is better?why?
Thanks in advance.
Daniel