Ask a Question related to ASP Components, Design and Development.
-
sbourdette #1
Multiple Handle on same file for appending
Hi,
Is it possible to open multiple textstream on a same file for appending
lines ?
I would like to manage a logfile for my application that will be filled by
many user session.
Does anym=one has already done a such things ?
Regards
Sylvain
sbourdette Guest
-
Appending text file
Hello everyone, I need to append the begining of an .asp file using the File System Object. I can write the entire file line-by-line and save it,... -
appending an XML file from CFMX 6.1
can someone tell me the easiest way to write information to the end of an existing XML file using CFMX 6.1? I have an XML file which specifies... -
Handle Multiple Check Boxes?
I have a PHP generated page which displays X many records. Each record has a checkbox preceding it. The user checks several checkboxes, and hits a... -
Appending Text to File - Please Help!!!
What''s wrong with this code? The IIS seems to be taking an infinite amount of time to respond (and it never did). Please Help! Set objFSO =... -
appending multiple PDFs together.
Hi. I need to take a bunch of PDFs that I have made using Appligent's FDFMerge and append them together. I know I could use Appligent's AppendPDF.... -
Anthony Jones #2
Re: Multiple Handle on same file for appending
"sbourdette" <sbourdette@free.fr> wrote in message
news:44358125$0$9477$626a54ce@news.free.fr...No TextStream in Scripting doesn't support this> Hi,
>
> Is it possible to open multiple textstream on a same file for appending
> lines ?
>
> I would like to manage a logfile for my application that will be filled by
> many user session.
>
> Does anym=one has already done a such things ?
>
> Regards
>
> Sylvain
>
>
It's not a very scalable thing to do, you would be better off with a file
per session and then creating a tool for merge them if necessary at a later
time.
Anthony.
Anthony Jones Guest
-
McKirahan #3
Re: Multiple Handle on same file for appending
"sbourdette" <sbourdette@free.fr> wrote in message
news:44358125$0$9477$626a54ce@news.free.fr...You can't do that but an alternative would to be call a common> Hi,
>
> Is it possible to open multiple textstream on a same file for appending
> lines ?
>
> I would like to manage a logfile for my application that will be filled by
> many user session.
>
> Does anym=one has already done a such things ?
routine to accomplish the same thing.
Another (better) alternative would be to use a database.
McKirahan Guest



Reply With Quote

