Meta data of query?
From: LCaffrey (lxc_at_eosys.ie)
Date: 07/11/04
- Next message: David Portas: "Re: Selecting Data in a While Loop"
- Previous message: Willianto: "Re: How to backup EM configuration?"
- Next in thread: David Portas: "Re: Meta data of query?"
- Reply: David Portas: "Re: Meta data of query?"
- Reply: Dan Guzman: "Re: Meta data of query?"
- Messages sorted by: [ date ] [ thread ]
Date: 11 Jul 2004 04:14:42 -0700
Hi,
Take a typical query...
SELECT col1 as "my_first_name"
,col2 as "my_second_name"
,col3 as "my_telephone_no"
FROM personal_details
WHERE col2 = 'Caffrey'
When this is run in Query Analyzer or the SQL Window of EE, the column
headers are automatically given in the result set.
Is it possible to access this meta data in the executing script from
any of the sys tables. Would it be easier to parse the SQL statement.
Also, where is the meta-data of a result set of a stored procedure
stored or where or how is it obtained.
Regards
Liam Caffrey
lxc@eosys.ie
- Next message: David Portas: "Re: Selecting Data in a While Loop"
- Previous message: Willianto: "Re: How to backup EM configuration?"
- Next in thread: David Portas: "Re: Meta data of query?"
- Reply: David Portas: "Re: Meta data of query?"
- Reply: Dan Guzman: "Re: Meta data of query?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|