结合asp和存储过程做的搜索程序

2019-04-02 21:20:49王旭

/*                                                                   */
/* parameters:    @a_strCategoryID   分类id                          */
/*                @a_intPosition     调用的位置                      */
/*                @a_strParseWord    搜索关键字                      */
/*                @a_intRowCount     限定最多取得记录数              */
/*                                                                   */
/* date:          2000/6/28                                          */
/*                                                                   */
/* author:        Liuyunpeng                                         */
/*                                                                   */