Viewing 4 posts - 1 through 5 (of 5 total)
Thge thing is....You do not know which variables can be created, because they can be different per project. For instance:
Proj 1 - Address, City, State
Proj 2 - Phone Number,...
November 7, 2008 at 12:24 pm
The queried table contains field names (Address, City, State). Previously in some dynamic SQL code, a concatenated string declaring all of these as variables was used (Ex: @dr_Address varchar(50), @dr_City...
November 7, 2008 at 9:55 am
This solution had nothing to do with my problem. I just need to retrieve the value within a dynamically created variable instead of the program thinking I want to...
November 6, 2008 at 11:29 am
Well, this is only part of the code. Everything else works. I just need to figure out how to retrieve the value within the concatenated created variable. and...
November 5, 2008 at 9:36 pm
Viewing 4 posts - 1 through 5 (of 5 total)