Topic awaiting preservation: .txt database integration (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Haverhill, MA, USA |
posted 12-05-2002 04:52
I am trying to figure how a bowling center site I frequent updates their league stats database online using .txt files. Here is the link to the page that will bring up the stats. http://www.parkplacelanes.com/League%20Central.htm It is candlepin bowling so hold back the laughter. Just go onto wednesday and click sports and HF or whatever league you want to see what I mean. I understand Coldfusion and PHP techniques, but this is something different accessed through Javascript I think. Can anybody give me a freaking clue on this one. I would just search the search engines for the info but I don't know what to query google in order to find info on this topic. I assume it's an old way to integrate frequently updating info from a database uploaded (obviously), but I have never been exposed to it. Tell me the story. Sorry if I posted in the wrong spot. Beat me with a stick if I have been disobedient to the forum gods. |
Bipolar (III) Inmate From: Belgium |
posted 12-05-2002 08:04
Try the following topic http://www.ozoneasylum.com/Forum2/HTML/001891.html . |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 12-05-2002 18:13
um.. I like databasing like this, but I'm not sure I understand what you're trying to do.. |
Maniac (V) Mad Scientist From: New California |
posted 12-05-2002 20:10
It just looks to me like they are uploading text files and linking to them. Or if they have their own server, they may have the text files on a cron job to automate the updates. I don't see anything real weird other than linking to text files as opposed to HTML formatted ones. |
Bipolar (III) Inmate From: Belgium |
posted 12-06-2002 07:39
The site where I used this script is not yet online, it's part of an new site that will be online 01/01/2003. It's just a way of loading a textfile, without any html tags, and then displaying it in a nice formatted way with links, email addresses, pictures or whatever you want depending on the file. The text file is delivered by someone else so I don't need to update the entire page, only the textfile. |
Maniac (V) Mad Scientist From: New California |
posted 12-06-2002 20:40
Sam, are you referring to SSIs? That is a great way to include text files into pages without much hassle. |
Nervous Wreck (II) Inmate From: Haverhill, MA, USA |
posted 12-07-2002 00:52
So how does a supplied database become one of these linked and formatted text files? Would the database have to first made into a comma delimited file? How do you get from point A (a database file of some sort supplied to the web developer) to point B (making it into a linked and formatted text file with minimal labor? What languages would you need to achieve this? Perl? CGI? If anyone could point me towards a tutorial online about this or some specific info about taking a database and then making a .txt file out of it I would be greatful. Nothing against the pervious link but it didn't sink in the way it was being presented to me in application to what I'm talking about. Thx |
Bipolar (III) Inmate From: Belgium |
posted 12-09-2002 10:07
In my case someone just mails me a text file if there are changes. The text file is an export of a MS Access table (go to menu/file/export/ and then choose file type "text files..."). Look here for information about databinding. |
Nervous Wreck (II) Inmate From: Haverhill, MA, USA |
posted 12-09-2002 17:10
aaaah databinding. Thank you sam. I can certainly use this insight to research independantly now. Thank you for the starting point. I guess I didn't see the connection on your first post to the subject at hand but now I see. You are sam. I thank thee. |