Viewing 7 posts - 1 through 7 (of 7 total)
Can return it to ASP, VB or Access front ends. Wanted to construct the query in SQL but XML idea looks really good. Only looking to return rows for 1...
April 17, 2003 at 2:57 am
Good call and sure I will use this at some point. Problem is I am not sure how many columns I need to return before I run the query and...
April 16, 2003 at 2:42 am
Cheers. He seems to have done the same thing as me but in a longwinded fashion. Will stick to my method.
If you want to know what I am doing let...
April 15, 2003 at 4:28 am
Sounds like good idea.
If you could that would be great cheers.
April 15, 2003 at 3:39 am
Thought this was probably the case - definitely messy!
Have to reference alot of tables for this as basically want to find all member data across DB. Have set up a...
April 15, 2003 at 3:24 am
Is this just not possible????????
At the moment I am using a temp table to store column names and values. It would be ideal if I could use some sort of...
April 14, 2003 at 5:23 am
I only want to return columns that have values for a member, isnull will still return an actual column and heading.
e.g.
select ColX, COlY from table
if COlX is null and...
April 7, 2003 at 8:39 am
Viewing 7 posts - 1 through 7 (of 7 total)