Ask a Question related to Coldfusion Database Access, Design and Development.
-
h3m3r0id #1
Select * from textfile.txt
Hi,
I want to use a .txt as DB. The querying works with SELECT * FROM textfile.txt
and returns me the number of rows. The only problem i have is that I cant
figure out how to get multiple columns.
The textfile is ; delimited and the first row are the columnnames.
(FIELD1;FIELD2;FIELD3). But when I ask a queryname.columnlist it returns me
"FIELD1;FIELD2;FIELD3" as one field.
Using an RDBMS is not an option:(
Does some1 have a tip?
TIA!
-Jonathan
h3m3r0id Guest
-
Can a .swf file moniter for textfile changes?
I have a .swf file that loads data from a txt file...can that same file watch to see if that txt file is updated on the hard drive? Thanks, Trint -
ASP RecordSet output to a .CSV textfile
After I've performed a query and held the data in a RecordSet (rsQuery), can I dump the recordset into a comma separated text file? How? --... -
create textfile using asp
i want to create atext file using asp(filesystemobject) but my explorer hangs on Why? ... -
Read textfile
Hi, I am using DreamWeaver MX for building a weblink page. I would like to read the links out of a textfile because a textfile can be updated... -
^M...........................How do I get rid of it in my textfile???
RoadKill wrote: ^M = ASCII 13 = CTRL+M = <CR> ^J = ASCII 10 = CTRL+J = <LF> DOS and thus Windows usually uses <CR><LF> pairs as record... -
h3m3r0id #2
Re: Select * from textfile.txt
After a lot of reading and google-ing I found the answer.
[url]http://cfdj.sys-con.com/read/41847.htm[/url]
Seems you have to use the comma as delimiter
h3m3r0id Guest



Reply With Quote

