• thanks...I finally figure this out after long search.

    OleDB...connection.

    INSERT INTO tempTlogFileList

    (FileName)

    VALUES (?)

    instead of

    INSERT INTO tempTlogFileList

    (FileName)

    VALUES (@FileName)