Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Dynamic SQL in Datasets not working

    In Report design it display only col1 col2 field but Col_,... can not display.

    Please help to advise for this

    Thanks

  • RE: Dynamic SQL in Datasets not working

    Hi.

    After try your concept it work but for static column the dynamic column does not work.

    Let say I modify your query like this.

    create procedure test

    @colTotal int

    as

    declare @colList varchar(200)

    set @colList=''

    declare @colCnt...

Viewing 2 posts - 1 through 3 (of 3 total)