display list of fields in a table

Posted by balaji on 02-Apr-2014 08:34

 how to get  list of available fields without using  _file i need to get list of fields  form customer table in sports database?

All Replies

Posted by James Palmer on 02-Apr-2014 08:40

Get a buffer handle to the table and loop through bufferhandle:buffer-field(i).

Posted by Thomas Mercer-Hursh on 02-Apr-2014 09:23

Why do you want to avoid using _file and _field, since that is where the information is?

This thread is closed