asked on
ASKER
ASKER
Active Server Pages (ASP) is Microsoft’s first server-side engine for dynamic web pages. ASP’s support of the Component Object Model (COM) enables it to access and use compiled libraries such as DLLs. It has been superseded by ASP.NET, but will be supported by Internet Information Services (IIS) through at least 2022.
TRUSTED BY
ASKER
Thank you for your help.
I got syntax error trying your code.
I should explain the detail.
I would like to get ImageID in Items table
ImageID in Items table connect with ImageID in Attribs
Descriptor in Attribs table connect with attribID in Attriblist table
here is the table
Items-
ImageID, Priority, Description, Name
Attribs-
ImageID, Descriptor
AttribList-
AttribID, attribDesc
So I would like to include
attribDesc LIKE '%" + Replace(sidephoto_rs__MMCo
in WHERE clause
and AttribID in AttribList is same as Descriptor in Attribs
So when I search keyword like "apple",
I would like search the word in Name, Description, ImageID(in Items table), and attribDesc(in Attriblist table) and get ImageID in Items table (not Attribs table)