Print the field names

accessman2

Registered User.
Local time
Today, 04:49
Joined
Sep 15, 2005
Messages
335
Hi,

I create many fieldnames in one table. I want to print all the field names and give somebody. Where I can do that?
 
I assume you just want a list of field names,

open enterprise 'mangler' (manager) browse to the table concerned, right click on it and select generate SQL script, save the file on your machine. open it up and you should have the list of field names in the CREATE TABLE statement.
 

Users who are viewing this thread

Back
Top Bottom