How to look at transfertext specifications

  • Thread starter Thread starter Don Williams
  • Start date Start date
D

Don Williams

Is there a way to look at (and modify) transfertext specifications other
than importing a dummy file and doing maintenance on the window that pops
up?

Thanks

Don
 
Create 2 queries the SQL for the first being
SELECT * FROM MSysIMEXSpecs

The SQl for the second being
SELECT * FROM MSysIMEXColumns

The firt will give you the header (general file) information for the
import/export specifications the second will give you the individual columns
specifications.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top