×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
If you are building an output file you can do a two pass. First you can get the field names or headings with this statement
Select * from syscolumns where table_name='RCM'
This system table has everything you need to know about the fields in a table
-----Original Message-----
From: bpcs-l-bounces@xxxxxxxxxxxx [mailto:bpcs-l-bounces@xxxxxxxxxxxx] On Behalf Of Margareth Sere
Sent: Wednesday, June 06, 2012 5:16 AM
To: BPCS ERP System
Subject: [BPCS-L] Field Column Headings of BPCS Files
Dear ALL,
Apology if my question is not exactly related to BPCS. But the data I am using comes from BPCS files.
I was using SQL and when selecting to show data file records, the column headings showed the field text and not the field names.
Can anyone let me know how to show the field names in the column heading instead of field text.
I am not sure if it has to do with how the BPCS files was created. Anyhow, how can I control it.
Sample of my SQL statement: SELECT * from RCM
Thank you so much for your help.
Regards,
Margie
--
This is the BPCS ERP System (BPCS-L) mailing list To post a message email: BPCS-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/bpcs-l
or email: BPCS-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/bpcs-l.
As an Amazon Associate we earn from qualifying purchases.