Ask a Question related to Coldfusion Database Access, Design and Development.
-
bj #1
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
-
"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... -
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... -
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 ... -
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... -
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... -
jdeline #2
Re: Connecting to text files
You can use an ODBC driver to connect to a CSV file.
jdeline Guest
-
bj #3
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



Reply With Quote

