Roflmeow wrote:
> Hi all, I'm a Network administrator put in charge of web
development at our
> small company, and i am working on what should be a
fairly simple application
> for management of a MSSQL database using ASP/Jscript.
>
> Using Dreamweaver CS3, i am for some reason unable to
successfully build a
> search function for the database using the built in
tools.
>
> I have a page with 2 form entries, a list box with
Column names (SearchBy),
> and a text field for the search terms(SearchFor). I've
tired several different
> incarnations using my limited knowledge of asp, and none
will work right.
>
> I know the connection is solid and working. If i use
static terms in the sql
> it brings everything up fine.
>
> Here is a copy of the Dreamweaver generated code that
was built using the
> Advanced Recordset builder tool. Can anyone help point
out what's going wrong?
Are you passing the name of the column to be searched into
the query? I
am sorry to say, this feature was removed due to security
issues with
this method.
Steve