I have a database of 200+ tables (two tables per school), each with 100 -
4000 records (one record per student). A contract I'm looking at wants to
be able to do a search across all the tables, searching for values a user
inputs via a Search form.
I have a solution, but I don't think it'll work on large scales.
Is there a better bet then querying table 1, finding matching values and
writing those records into an ADO variable, closing that table, then moving
on to the next table etc?
That seems a very brute force method to me.
<Ade
--
Adrian Parker. Ordained priest. <adrian.parker@ sympatico.ca>
Want to know the purpose of life? I'd be happy to share it with you...
4000 records (one record per student). A contract I'm looking at wants to
be able to do a search across all the tables, searching for values a user
inputs via a Search form.
I have a solution, but I don't think it'll work on large scales.
Is there a better bet then querying table 1, finding matching values and
writing those records into an ADO variable, closing that table, then moving
on to the next table etc?
That seems a very brute force method to me.
<Ade
--
Adrian Parker. Ordained priest. <adrian.parker@ sympatico.ca>
Want to know the purpose of life? I'd be happy to share it with you...
Comment