schema restrictions

  • Hi All,

    I'm using For Each ADO.NET schema row set enumerator to loop through the tables in a database. But i get the system tables, constraints etc. i need only the table names.

    how to use the set restrictions 'Text'. I feel by doing this i can achieve the above

    any help is highly appreciated.

    thanks

    regards

    ami

  • You could use an EXEC sql task to fill a variable of type Object and use the "Foreach ADO Enumerator" instead. Then you could control what ends up in the F-E-L..

    CEWII

  • Elliott,

    Thanks for an immediate reply. But I would like to know how best we can make use of ADO.NET schema row set enumerator

    regards

    ami

  • Sorry, I can't help you there.

    I don't use that option.

    CEWII

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply