Re: Assign the editor properties dynamical from database

  •  05-25-2007, 7:25 AM

    Re: Assign the editor properties dynamical from database

    That doesn't answer the question.  What we are trying to do is this....


    MySQL="select top 1000 * from test order by id DESC"
           set rs2=conn.execute(MySQL)
           if not rs2.eof then
               
    DynamicEditorNumber.XXXXXXX
    DynamicEditorNumber.XXXXXXX
    DynamicEditorNumber.XXXXXXX
    DynamicEditorNumber.XXXXXXX

                rs2.close
                set rs2=nothing
           end if
     


View Complete Thread