Ask a Question related to ASP, Design and Development.
-
Matt Massie #1
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?
--
Matt Massie
Matt Massie Guest
-
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... -
Can a .swf file moniter for textfile changes?
You could have a seperate text file with a single variable 'modified' in it. The variable would be 'modified=' which obviously has the current... -
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... -
William Tasso #2
Re: ASP RecordSet output to a .CSV textfile
Matt Massie wrote:
yep> 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?
file system object> How?
--
William Tasso - [url]http://WilliamTasso.com[/url]
William Tasso Guest
-
Bob Barrows #3
Re: ASP RecordSet output to a .CSV textfile
Matt Massie wrote:
Already answered in .asp.db.> 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?
Hey Matt,
The .asp.db newsgroup was the appropriate newsgroup for this question: it
was database-related, and it was asp-related - a great fit for .asp.db. You
did not have to post it here as well. Most of the experts in this group also
subscribe to that group as well, and it can be annoying to have to read the
same question multiple times. In addition, by posting the same question
separately in these newsgroups, you created a "multipost". This is bad
because users in one group cannot see replies to the question from the other
group. This could cause somebody to waste his time answering a question that
has already been answered in the other group, which will certainly be
annoying, and may cause the person who wasted his time to put you on Ignore.
Who knows, this person may be the only person in the newsgroups who knows
the answer to your next question, and you're never going to receive his
answer.
The best policy is, post your question to one appropriate newsgroup. If
you've posted it in the wrong place, someone will let you know, and
hopefully will be polite enough to suggest a more appropriate newsgroup. If
you can't decide which of several newsgroups is the most appropriate, use
the cross-posting technique: put the names of the newsgroups into the To
field of a single message and post it once. It will be posted to all the
groups in your To field. The benefit is that replies to the message will
appear in all the newsgroups to which you cross-posted it, so subscripers to
all the groups will know that your problem has been resolved. The downside
is that extra bandwidth will be used as a result, so always strive to keep
the number of cross-posted groups to a minimum.
Bob
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest
-
Antonin Foller #4
Re: ASP RecordSet output to a .CSV textfile
Take a look at [url]http://www.pstruh.cz/tips/detpg_RSConvert.htm[/url]
Antonin
"Matt Massie" <rmmassie@comcast.net> wrote in message
news:OIadnbY42Y7NzgaiRVn-gQ@comcast.com...can> After I've performed a query and held the data in a RecordSet (rsQuery),> I dump the recordset into a comma separated text file? How?
>
>
>
> --
> Matt Massie
>
>
Antonin Foller Guest
-
Bob Barrows #5
Re: ASP RecordSet output to a .CSV textfile
Antonin Foller wrote:
That's a good link Antonin. Thanks. I'm still a little leary about using> Take a look at [url]http://www.pstruh.cz/tips/detpg_RSConvert.htm[/url]
> Antonin
>
this method for 20+ mb of data ...
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest



Reply With Quote

