borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Next Topic (Find record, multiple result) New Topic New Poll Post Reply
AndreaVB Forum : Database : Search engine
Poster Message
khitpit
Level: Trainee

Registered: 17-12-2007
Posts: 1

icon Search engine

Hi friends, I hope I am posting in the right section. I am sure that u guys will be able to help me in this case. I am having a project on search-engine. Same as the windows search engine, it should search local files on the hard disk. Now I have no clue as to how to create an index (database). Creating a database manually will take me months. I hope there will be some command to index all the files on the Hard disk in Sql,Oracle etc. Or tell me of any idea you can get of indexing files on Hard disk.Now I think that anreavb forum is the programmers last resort, hence I am here. Hope u get some ideas soon.

17-12-2007 at 07:52 AM
View Profile Send Email to User Show All Posts | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 914
icon Re: Search engine

Hi Khitpit.
Unfortunately, you cannot get a list of files from sql/oracle with straightforward commands.

To create a textfile of all files on the hdd:
dir c: /s /b > allfiles.txt

You can then view/search it in notepad or something.

The keywords to search google are "recursively search directory vb"

Hope this helps
Kieron


____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)

28-12-2007 at 09:12 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Database : Search engine
Next Topic (Find record, multiple result) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder