DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 14

Thread: Using SQL to create a flat file and Sequences

Threaded View

  1. #7
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    AFAIK, the newline characters per OS are:

    1. MS DOS/Widows: ASCII(10) + ASCII(13) - but obviously it works also with ASCII(10) alone
    2. Mac: ASCII(13)
    3. Unix (any flawor, including AIX): ASCII(10)
    Last edited by jmodic; 10-29-2003 at 06:05 PM.
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width