• schleep (2/27/2014)


    Sean,

    Actually I got your connection object example to work, needed to remove the

    Server. in SET oConn = Server.CreateObject("ADODB.Connection")

    So, I'll let it run for a couple of days, and see what happens.

    Thanks,

    Paul

    Ahh yes. That was taken from some classic asp that is still hanging around here. Unless you were doing this in classic asp the Server object would be invalid.

    The other thing you might want/need to add is to check the status of the connection. Let us know how it goes.

    _______________________________________________________________

    Need help? Help us help you.

    Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.

    Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.

    Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
    Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
    Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
    Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/