Groups | Blog | Home


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 > february 2004 > threads for thursday february 12

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

Changing Expired Oracle Passwords w/ ASP
Posted by ecPunk at 2/12/2004 7:51:37 PM
Hi, We have a web application where we want a user to be able to change his/her password if the password has expired but we are unable to do this with ASP (at the moment) because we can't log the user into the database without a valid password. We do not want to store any "admin" user info to...more >>


Why won't a .asp work in a sub folder of c:\inetpub\wwwroot
Posted by Barry G. Sumpter at 2/12/2004 6:01:39 PM
Complete newbie here. Just sorted out that myASP.asp will ONLY execute on c:\inetput\wwwroot when I access it thru http://localhost/myASP.asp but if I copy myASP.asp to a sub folder of c:\inetpub\wwwroot like c:\inetpub\wwwroot\myfldr and use http://localhost/myfldr/myASP.asp I just ...more >>

Access document through remote firewall?
Posted by Dean J. Garrett at 2/12/2004 6:00:48 PM
I have a site which offers documents (.doc, .pdf, etc.) for download. The user clicks on the link and is able to download the file or open it. What if the source location of the document is behind a firewall of a remote server (i.e. not the server running the ASP application)? How can the link be...more >>

Does anybody have a smartupload sample?
Posted by Vilmar Brazão de Oliveira at 2/12/2004 5:46:13 PM
HI, Does anybody have a smartupload sample? thanks, -- Sem mais, ««««««««»»»»»»»»»»»»»» Vlmar Brazão de Oliveira Desenvolvimento Web HI-TEC ...more >>

calculate USPS rates
Posted by shank at 2/12/2004 5:33:26 PM
Has anyone seen a decent script for getting USPS rates live in your own shopping cart? ...more >>

CDONTS problem
Posted by Chris Kennedy at 2/12/2004 3:27:44 PM
not sure where to post this one I have an ASP page which uses CDONTS (IIS W2K server) to send over 1000 emails from SQL Server 2000. I made some minor changes and it only now sends to about 20 records and stops. I can see it stopping in the logs (i.e. it gets to 24 and stops sending) it has ab...more >>

Create Hostheader with ASP
Posted by Dave Karmens at 2/12/2004 1:29:24 PM
Is there a way to create a host header in IIS with an ASP? Cheers, DK...more >>

Create dynamic array multi-dimension
Posted by GeckoNewsgroup at 2/12/2004 1:19:19 PM
Hi, When a try this script: NbrAuteur = 19 Dim arrTestArray() intSize = 0 1: For x = 0 to (nbrAuteur - 1) 2: ReDim Preserve arrTestArray(intSize,3) 3: arrTestArray(intSize,0) = objRS("prenom") 4: intSize = intSize + 1 5: objRS.movenext 6: Next I h...more >>



basic DNS configuration question
Posted by Ken Fine at 2/12/2004 1:18:09 PM
I'm trying to get DNS set up properly on my box under Win2kAS. I'm a DNS newbie, so please go easy. :) Everything appears to be (mostly) there, with one significant annoying exception. I've set up "mydomain.net" as a forward lookup zone in the DNS console. I've set up admin and www as hosts...more >>

Moving a page, and keeping the search engine ranking
Posted by Peter Foti at 2/12/2004 12:47:14 PM
If I have a page located at: http://www.mysite.com/mypage.asp And I want to move this to: http://www.mysite.com/mypage/ Which is actually: http://www.mysite.com/mypage/index.asp What is the best way to do this while preserving the rankings in Google (and other search engines)? From w...more >>

relative paths
Posted by jt at 2/12/2004 12:21:33 PM
our web application is currently using relative paths in various places throughout our code. im working on eliminating this, but not sure of the best way to go about it. i want to avoid hardcoding the path to make migration easier and more manageable. i thought there is a way to user th...more >>

Decimal places for currency
Posted by jsoare NO[at]SPAM yahoo.com at 2/12/2004 11:56:06 AM
Hello all, I am trying to display a currency field from an access db on an ASP page. The only problem i found is that if there is a 0 (zero) after the decimal i.e. 79.60 it is not displayed. I tried doing the whole var = CCur(TBL("Price")) thing but there is no zero. Can anybody help?...more >>

Variable Contains question
Posted by Miguel Orrego at 2/12/2004 11:17:44 AM
Hi, I have a variable in an app called GenericTitle which contains text, a persons job title funnily enough. I want to check whether this variable contains the word "director" and if it does, then redirect to another page for example. Can somebody post some code that would let me check th...more >>

How to aviod putting url-information in history-list.
Posted by Per-Olof Nilsson at 2/12/2004 11:11:42 AM
Hi We have two applications for one system. The first application is a vb-app and the second is a web-app. From the vb-app users have the possibility to enter right into the web-app. The vb-app is creating an appropriate url and opens the web-browser with this. The url contains user-informa...more >>

' Character in SQL
Posted by J P Singh at 2/12/2004 9:23:43 AM
Hi All We have an application which uses surname and the date of birth to allow people to login. The SQL gives an error if the user's surname contains the character ' Anybody knows a way around this? ...more >>

How can get now's URL
Posted by Jack at 2/12/2004 9:19:09 AM
Hello, When run a event,I want get now's URL. Thank you ...more >>

reuse of a SQL statment
Posted by joeandtel at 2/12/2004 8:36:08 AM
I have a sql statement that pulls up a certain amount of records according to a requirement. Let's say that 20 records show up. I want to get to the 5th one. Well now I know that I can use the move() function to enable that, but it is the same page. The page executes the sql statement and by default...more >>

MS-ACCESS DB on a non SQL Server possible ?
Posted by A. Webmaster at 2/12/2004 7:19:18 AM
Hi, I am just wondering about something. I would like to use some SQL facilities on my site which doesn't have any SQL Server functionalities. Can I create a Database with Microsoft-ACCESS and simply copy that DB onto my site so I could then create the ASP code to access it through a norma...more >>

application variables
Posted by aguyfromdelhi NO[at]SPAM yahoo.com at 2/12/2004 2:56:46 AM
Hi, I have read in books regarding application variables is that some object should not be stored in these variables, like apartment threaded objects. however is it ok to save objects of user defined classes. i.e. ============================ class foo .... end class dim demo set...more >>

ASP & COM+'s enable object construction
Posted by danavni NO[at]SPAM officecore.com at 2/12/2004 2:40:21 AM
I have a site that has been working for a few years now. the web site is using a DB Access DLL written in VB. the DB's connection string is passed to the DLL using the COM+ enable object construction option and using CreateObject in the ASP code. we are now trying to install this application o...more >>


DevelopmentNow Blog