Viewing 4 posts - 1 through 4 (of 4 total)
Thanks Guarddata,
Any suggestions on how I could output this into one select statement. I need to return the result to the application level with one select statement...
July 10, 2003 at 11:37 am
Ok, but what I need is to be able to join the result for each column with it's column name. So each row would have the column name and the...
July 9, 2003 at 4:07 pm
I want to return the field values for the fields that are enabled not just the names of the feilds. Returning field names is the easy part 😉
July 8, 2003 at 12:30 pm
this might be quicker than the DDL
A query from the first table might return this:
---------------------------------------
SELECT FDT_NAme, F_Description,... FROM tblFDT WHERE F_UID = '12345'
FDT_NAme F_Description FO_XPosition FO_YPosition FDT_UALookup
UA_PHONE Phone Number...
January 6, 2003 at 2:44 pm
Viewing 4 posts - 1 through 4 (of 4 total)