Re: Database searching via asp/vbscript
- From: "dthmtlgod" <dthmtlgod@xxxxxxxxxxx>
- Date: Fri, 16 Dec 2005 10:51:49 -0500
For your SQL command check out the LIKE command
SELECT * FROM TABLE WHERE FIELD1 LIKE 'VARIABLE'
"accyboy1981" <accyboy1981@xxxxxxxxx> wrote in message
news:1134747348.174424.267310@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I've created a database that holds information about a netowrk. It
> holds all the computers details such as hardware installed (including
> vendor etc), software installed, users, network info (i.e. ip address,
> dns, subnet mask etc). I've also created a mini-forum where people can
> post info about there computer as well. Needless to say there are
> number of different tables in this database. I've already created a
> website that displays all this info and can add/delete to it. However I
> would like a detailed search on the site where I can search multiple
> table e.g. say I want to search for a pc name begining with md* and has
> an intel cpu and ms office installed with comments in the forum by the
> administrator user. To create this search is relatively simiply
> providing all the searches will be the same however they will vary. Is
> there already a method for creating searches such as these? If not does
> anyone have any advised on where to start.
>
> Thanks
>
> Simon
>
.
- Follow-Ups:
- Re: Database searching via asp/vbscript
- From: accyboy1981
- Re: Database searching via asp/vbscript
- From: accyboy1981
- Re: Database searching via asp/vbscript
- References:
- Database searching via asp/vbscript
- From: accyboy1981
- Database searching via asp/vbscript
- Prev by Date: Re: Connecting user home drive
- Next by Date: Re: Connecting user home drive
- Previous by thread: Database searching via asp/vbscript
- Next by thread: Re: Database searching via asp/vbscript
- Index(es):
Relevant Pages
|
Loading