Search results

  1. L

    Include File - Bad Practice?

    Passing the values as input parameters would be a much better solution. If you need information back from the called procedures, add some output or input-output parameters. If a larg number of values are required, consider passing a temp-table as a parameter. An include with shared, YUCK...
Back
Top