• Hi David,

    quote:


    set conn = CreateObject("ADODB.Connection")

    set Com = CreateObject("ADODB.command")

    set Rs = CreateObject("ADODB.recordset")


    I always thought one must use something like

    Set conn = Server.CreateObject("ADODB.Connection")

    ...

    Is this the same?

    Cheers,

    Frank

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]