譬如我要把asp取得的数据库查询的返回记录集传递给放在网页中的控件,该如何做?

解决方案 »

  1.   

    you can use Memory mapping file and  use event keeping synchronous 
    there is an example about MMF
    http://www.codeproject.com/win32/cmemmap.asp
      

  2.   

    thank u kingzai!
    但你介绍的MMF那个类asp没有办法调用阿
      

  3.   

    1.如果使用ADO,则可以直接返回Recordset的Interface给ASP使用。
    2.以上方法不能使用,则需要使用VARIANT和SafeArray返回记录集的值,此方法比较麻烦。