Forum Replies Created

Viewing 3 posts - 31 through 33 (of 33 total)

  • RE: Setting up a global varaible

    Hey,

    Could you have the package create all of the files, then iterate back through an push the file to the appropriate drive (based on information stored in a table perhaps)?  I...

  • RE: Parameter issue

    Hey,

    You need to pass in the numerical equivalent.  Those values are defined in adovbs.inc include file which is not included in the ActiveX task.  Use the numerical equivalents.

    Brian

  • RE: Generate XML document from database schema

    Hey,

    You can generate a document using INFORMATION_SCHEMA.COLUMNS, using the FOR XML method.  For this to work successfully, this can be quite the pain, especially to include a root element.

    If you...

Viewing 3 posts - 31 through 33 (of 33 total)