Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp general > january 2004 > threads for thursday january 8

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

CDONTS problem
Posted by Murat Dagdelen at 1/8/2004 10:08:32 PM
Hi, an asp script that uses cdonts is bringing an error while I submit it more then once. The script is a simple asp script that sends email by using cdonts. But when I run the script more then once in a minute or two, it returns an error (Something like 800921290 kind of number). I ...more >>


FTP put via ASP using Visual Basic
Posted by TRB_NV at 1/8/2004 10:04:26 PM
I've read hundreds of posts regarding this, but haven't got a working solution yet. Does anyone have a working snippet of code from an ASP page that can be used to upload a file to an FTP server? I read all about INET, but due to some licensing issues it won't work. I've got an unrealistic d...more >>

IIS won't run
Posted by Dave Uphoff at 1/8/2004 8:44:20 PM
Ever since I changed from a dial-up to a broadband internet connection thru a satellite dish I cannot get IIS to open up. When I try to open up a web-based project in Visual Studio 2003, the system tries to find the web server on the internet rather than on my machine and gets hung up. W...more >>

Retrieve Email using ADO
Posted by Con at 1/8/2004 8:25:20 PM
I am trying to access a remote email host via ASP to retrieve a list of messages for the mail account, I have tried the following code to no avail, any suggestions or pointers would be appreciated. <% set popctrl = Server.CreateObject("adodb.connection") popctrl.Provider = "ExOLEDB.DataSource...more >>

Unwarranted Error?
Posted by fruddy at 1/8/2004 7:49:41 PM
Hi everyone, I'm getting the following error: ADODB.Recordset (0x800A0CC1) Item cannot be found in the collection corresponding to the requested name or ordinal. Now we all know that it means I'm trying to refer to a column that does not exist in the DB (SQL Server), yet it def...more >>

Please help! Serious date time number problems after server migration
Posted by Gernot Saborowski at 1/8/2004 7:15:52 PM
To all IIS/ASP-professionals, we just upgraded from one machine to another and are experiencing some strange date time number problems. Both systems have been set up like this: - MS Windows 2000 Server SP 3 english version - IIS 5 - MS SQL Server 2000 SP 3 english version - Regional opti...more >>

CDOSYS - Newbie
Posted by monki at 1/8/2004 7:02:54 PM
I am having a problem getting a CDOSYS mail form working. the form processes ok on the server however the email is never received. The page was running fine with CDONTS until the server was upgraded, unfortunately the hosting company didn't bother to inform me so I have several mail forms that...more >>

asp error 0126
Posted by masonj625 NO[at]SPAM yahoo.com at 1/8/2004 7:02:01 PM
For no apparent reason, my webpage cannot be brought up due to an internal server error. My host tells me an asp 0126 error occurred because an include file is missing. Its there. I've also checked the code in the .asp and found everything to be accurate (I mean nothing has changed and it was...more >>



How to open a mpp stored in sqlserver database
Posted by Kelly G. at 1/8/2004 6:37:32 PM
Hi All I've saved an MPP into SQL Server and wish to open the same from an asp application. How do I get it ? Please help! ...more >>

IIS Services Stop - got no solution
Posted by Niel at 1/8/2004 5:16:41 PM
Hello friends, I think this issue has been posted before but i have not been able to get any solution that is why i am posting it again in detail as to what exactly is happneing in my case. Hope i will get solution this time. Any help would be appreciated. Now we are building dynamic web...more >>

How to get the image size?
Posted by ËιúÐû at 1/8/2004 5:11:11 PM
How to get the image size with VBScript in ASP? ...more >>

duplicating dbase entries in seperate dbases
Posted by Alistair at 1/8/2004 5:08:52 PM
just a quickie before I go away and write some very ugly code that doesn't work.. I have a dbase containing login details for 21,000 members. I also have a forum that I am about to implement. When the user gets to the main site, he has to login (this is done by checking his credentials agai...more >>

Writing Html Pages on the fly
Posted by Kenny Ashton at 1/8/2004 3:53:33 PM
Hi all Can anyone tell me the best way to set permissions to allow an ASP program to write new Html pages to my site's root folder, without chancing users also being able to write to the root. One ISP told me this couldn't be done - is IIS really that limited? I want to be able to suggest t...more >>

expected end
Posted by shank at 1/8/2004 3:40:08 PM
I'm getting an Expected 'End' error on the following. What did I forget? <% p = rsSpecs("OrderNo") & chr(13) & chr(10) p = p & rsSpecs("Description") & chr(13) & chr(10) p = p & media & chr(13) & chr(10) p = p & rsSpecs("m_Specs") & chr(13) & chr(10) p = p & "" %> thanks! ...more >>

Running Excel on the Server
Posted by Sylvia at 1/8/2004 3:21:12 PM
Dear All, Would appreciate if someone can help me out on this. I have an Excel Add-in which is only available on the web server. The Add-in allows user to retrieve data from a proprietary database. I have configured an Excel workbook to retrieve the data via the Add-in base on some inputs...more >>

printing large blocks of HTML in ASP
Posted by akoper NO[at]SPAM web4000.com at 1/8/2004 2:38:46 PM
I am making a web site and I am using ASP because of its templating capabilities. My footer is an include file, for obvious reasons. I can't use an include file for the header, because, while the top of the page will be 90% similar, they will have different titles, page titles, and left nav me...more >>

Microsoft OLE DB Provider for ODBC Drivers (0x80040E14) error
Posted by BrianS at 1/8/2004 1:16:14 PM
I am receiving this error anytime I attempt to connect to a MS access DSN. Not clue what happened to trigger this suddenly. Any help is greatly appreciated....more >>

(0x8002801D) Library not registered
Posted by Craig Hillyard at 1/8/2004 12:39:39 PM
I'm having trouble after installing SUS Service pack 1 onto a webserver, the following is error is generated! Any suggestions anybody? HTTP 500.100 - Internal Server Error - ASP error Internet Information Services ----------------------------------------------------------- -------------...more >>

auto redirect from diretory url
Posted by Dan Nash at 1/8/2004 12:32:20 PM
Hi Subject line doesn't make sense I know. Basically we have a number of people on our system. They can sign up automatically and create their page. What I want to be able to do is give them their own url (eg. www.mydomain.com/theirsite). Because they can sign up without our interference,...more >>

insert record using stored proc returns no error but doesn't inserd record
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 1/8/2004 12:06:33 PM
Hi I am using SQL server 7.0 and here is my code: Dim conn set conn = Server.CreateObject("ADODB.Connection") conn.open "websql" If conn.state=adStateOpen then Response.Write("ConnMade : " & conn.state & "<BR>") Response.flush else Response.Write("not ConnMade : ...more >>

Conditional List Box in ASP
Posted by Guy Hocking at 1/8/2004 10:47:17 AM
Hi there, I am having a few problems compiling a list box that is conditional on what is selected in another list box. What i need is a List box (lstArea) that displays one thing when the List Box (lstRegion) is selected East or West. Basically the areas will change when East or West is selec...more >>

Read Network File.
Posted by Naveen at 1/8/2004 9:48:17 AM
I am unable to read a network file using ASP. I am using FileSytemObject to read the file. Any help appreciated. Naveen V...more >>

Timeout problems
Posted by Dave Navarro at 1/8/2004 6:01:28 AM
I created a web site for a local government office to handle their procurement. When the city modifies a solicitation, all of the respondants need to be notified. Unfortunately, the city wants the email sent to each respondant to be individualized, so I can't just CC or BCC it to several ...more >>

Clear "Logon_user"
Posted by markus.mannheim NO[at]SPAM web.de at 1/8/2004 5:45:00 AM
Hi, I have a non anonymous site in IIS5 The site is for collecting any kind of data from employees. Authentication is done with the server variable "Logon_User" Pages: start.asp - Authentification mask appears --> form.asp - form for data input --> form_ack.asp - displays the data agai...more >>

Displaying an @@error in an asp page
Posted by Peter Rooney at 1/8/2004 5:09:39 AM
Hi, I am trying to display an error from a Stored Procedure in an asp page, below is the procedure and how I am trying to call it from the asp page, any help on what I am doing wrong would be great. CREATE PROCEDURE dbo.cnms_employee_dir_new @NETWORK_ID VARCHAR(3), @CORP_ID VARCHAR(10)...more >>

Use Timer to get time 40mins from now
Posted by Colin Steadman at 1/8/2004 4:33:42 AM
Is it possible to convert a value from timer into a real time (HH:MM:SS)? This is what I'm trying to do - timeIn40mins = timer + 2400 Response.Write "time + 40 = " & timeConvert(timeIn40mins) But I dont know what timeConvert should be. Alternatively is there another way of doing this? ...more >>

Passing a value with an "&" in it
Posted by deforgel NO[at]SPAM aol.com at 1/8/2004 1:33:01 AM
Does anyone know how to properly parse this so "Cute & Cuddly" passes to the calling page. I need to pass the & sign. Thanks. <option value="search.asp?category=Cute & Cuddly&subcategory=brown">...more >>

SQL syntax--getting demoralized
Posted by middletree at 1/8/2004 12:03:36 AM
I've seen posts here and elsewhere which read something along the lines of "PULLNG MY HAIR OUT!!!!!" or "HELLLLPPP!". Well, I know that kind of subject line isn't descriptive, but I sure can relate right now. I've been struggling for days--days!!-- on this one simple query. I really need t...more >>


DevelopmentNow Blog