Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - Database Search

Reply
 
Old 11-17-2008   #1 (permalink)
SethM


 
 

Database Search

I am using Full-text search to create a database search engine. I am
breaking each term into a search and counting the occurrences of each
term in the database to determine the best results. I am struggling
with creating an array with results and comparing the already created
array with current results to make sure that the same database row is
not included in the results array. This is a sample of what I am doing
- http://pastebin.com/m1d638e6a.

In line 27 you will see where I am dumping out the recordset and
determining if I need to apply the current row of the recordset to the
results array, or if that row is already in the results array and
skipping to the next one. I believe something with my array
construction is where some of the issues are. My array should be
configured as a two dimensional array with a dynamic number of rows
and three columns.

I would appreciate any help or feedback on how to fix this issue.
Thanks in advance.

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Windows Vista ultimate x64 Search engine issues - Search fails to index Vista General
Search site database as well as pdf/html VB Script
Search, duplicates and database Live Mail
Works database 2007 and Office database 2003 .NET General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46