Ask a Question related to ASP Database, Design and Development.
-
Dave Navarro #1
Multi-table search problem
I have a table with a list of government bids in it.
I have a second table with the line items for each bid.
I have a third table with commodity codes for each line item.
I have a fourth table with a list of all vendors.
I have a fifth table with a list of all commodities serviced by each
vendor.
I need to display a list of government bids where the only records
displayed are those bids with matching commodities to the line items for
the logged in vendor.
My current logic is:
* Build an array of logged in vendor's commodities.
* Loop through line items and if I find a matching commodity, display
the corresponding bid.
My problem is... since a bid can have more than one line item, multiple
instances of the bid are displayed.
I tried code to add each matching bid to an array then "weed out" the
duplicate bid numbers, but it's extremely slow.
I am not sure I'm doing this correctly... I can post code, if that
would help.
Any suggestions?
--Dave
Dave Navarro Guest
-
Multi-table search
Have a question about MySQL searching. I need to build a query that will search multiple fields on multiple tables. I know how to search within a... -
Can we implement multi-key search in comboBox
Hi, Initial key search is supported as default in comboBox by flex. Eg, you have a comboBox with 3 items,'A','B' and 'C'. You press 'C' in the... -
Multi search in websites's forums
Hi and good evening . I need help how to write a script that will serach in other sites and other forums (bulletin board) and will show the... -
[PHP] highlighting multi term search results
jonas_weber@gmx.ch wrote: Highlight the longest words first? -- ---John Holmes... Amazon Wishlist:... -
highlighting multi term search results
hi, i'm working on a function that highlights search results. problem: a search input like "te est"; two terms that match one word ("test"). the...



Reply With Quote

