Thanks - that helps clear things up a bit for me. All I'm trying to do is actually output the XML file.
This is the first time I've tried to do this, so I've been reading all these tutorials online and trying to put the information together in a way I thought it would work. All I've...
What I'd like to do is take the contents of our news database, write it dynamically into an xml file, then write a page to display the feed.
So far, I've gotten the part to write the xml file to work, but am having a problem with part 2. One of the tutorials I came across suggested using the...
I'm trying to write a script in asp that will write the contents of a news database into an rss feed.
My problem is stripping the <BR> tags out of the news item. Is there an easy way to convert any tags to line breaks?
Thanks in advance.
Michelle
We just moved to a Windows 2003 box as our webserver. Since the move, I'm having a problem getting to my log files. The path is correct, the log files are there, the directory has read permissions, but whenever I try to access one of the log files I get a 404 page cannot be found error.
Any...
I guess either - I know the person that's asked for it could definately import the data into Access if given a file. I think the more I think about it, I'm leaning toward giving him a xls or cvs file for hime to import unless there's a better way...
I know how to connect to a database to write a txt file or spreadsheet, but someone has asked me if its possible to write the contents of a sql database table into an Access file.
Possible?
I haven't come up with anything that says yes so far....
Thanks in advance.
Michelle
Thanks to everyone who gave me the advice earlier about CDOSYS - I do plan on trying that out when I get some time. I did get ASP Email working with my script to the point where I can send mail, but now I get an error before something finishes processing:
for i = 0 to last singlemail =...
We moved to a Windows 2003 box. The script originally used CDONTS - that was the first modification I had to make this morning was to migrate to the Persits component, which is installed. (Our network guy doesn't like CDONTS so he shut it down!)
I had an asp mailing list that sent a message to a text file of recipients, which worked beautifully until the powers that be upgraded servers on me and didn't tell me how my components would be effected.
Anyway, now that I've vented...
This code is now throwing an error:
last =...
I'm guessing this is an easy question, but I can't figure it out. I've got a select box that is populated with fields from a database table:
<select name="subject">
<%
While (NOT catalog.EOF)
%>
<option value="<%=(catalog.Fields.Item("library_subject_id").Value)%>"...
I've got a little chat application I'm trying to modify, so far I've added all the features I want, except I can't figure out how to clear the contents of the chat window when someone leaves the room.
This is the code that is supposed to clear everything:
<%
application("emchatusers") = ""...
What I did was just set up a randomly generated number as a hidden form variable and used that as my session variable. Now its working great.
Thanks everyone for the advice and explanation
So then I'm guessing I'm doing something wrong when I try to set the session variable. Following my form that inserts the preliminary info into the first database table, here's the code I use to set it:
<%
dim applicant_id
set applicant_id = Server.CreateObject("ADODB.Recordset")...
In my on again, off again attempt to get a problem with a series of web forms straightened out, I came up with a new question about session variables.
I've got a two part application form. Once the user completes part 1, it inserts into a database table where I've got an auto-number...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.