Connecting to text files

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Connecting to text files

    Has anyone connected to flat text files out there on a live site.

    Im intrested to hear any feedback on performance. Is there a better format
    (text tab delimited or csv, etc)

    I have a offline system that replicates three times a day a 20,000, 5 column
    text file to my web domain. It contains product info (Stock on hand, price,
    etc.)

    I want my web ap to access the file and provide info to customers. sure i
    could probably schedule a stored procedure to insert the file contents into
    a MS SQL table but the first option seems suffice if the perfomance is ok.

    My site isnt "huge" so it shouldnt be a problem, should it?


    bj Guest

  2. Similar Questions and Discussions

    1. "couldn't find files" connecting to subversion repo viaWebDAV
      Dear All, I am attempting to use Contribute with a Subversion repository. http://subversion.tigris.org/ is an open-source version control system...
    2. Connecting to Text File
      Hello, I want to know how to connect to a text file from dreamweaver so I can have my library item read the contents of the file and populate the...
    3. Pasting Text files into a text field?
      I want to past a text file into a text field but it looses it's format. It should appear in a table layout, is there a way round this? Thanks ...
    4. Connecting to MySQL without storing password in clear text
      In article <20030913005411.2b5c2365.ian@WINDOZEdigiserv.net>, Ian.H 's output was... Or, if you have a webhost who don't give you any space which...
    5. Dynamic Text Loaded from Text files -> Flash 5 <-
      I was wondering how I can dynamically load text into a text box from a text file using Flash 5. I've seen plenty infos how to do it with Flash MX but...
  3. #2

    Default Re: Connecting to text files

    You can use an ODBC driver to connect to a CSV file.
    jdeline Guest

  4. #3

    Default Re: Connecting to text files

    Hi jdeline

    I realise i can connect via an odbc driver i was just wondering about
    performance compared to a database table "in the real world". Im guessing
    its not as quick as efficient as a database table.


    "jdeline" <jdeline@deline.com> wrote in message
    news:e3vdnm$2jp$1@forums.macromedia.com...
    > You can use an ODBC driver to connect to a CSV file.

    bj Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139