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 db > october 2003 > threads for october 29 - 31, 2003

Filter by week: 1 2 3 4 5

Sort By parameter?
Posted by TomB at 10/31/2003 3:19:36 PM
I'd like to sort my stored procedure by the column name I pass in...how would I do so? CREATE PROCEDURE dbo.spHelpDeskGetItemsForHistory ( @SortBy varchar(11), @SortDirection varchar(4) ) AS SET NOCOUNT ON SELECT tblHelpDeskCategories.DisplayName AS Category, tblHelpDeskProblems....more >>

ASP page to show different schedule on each day
Posted by Matthew Louden at 10/31/2003 3:12:11 PM
I want to create ASP page that shows the schedule of TV station. Since each day's (Monday - Sunday) schedule is different, and I want each day will display the schedule on that day of a week. I wonder if I need to create 7 different ASP pages and call different one on each day? This is just my i...more >>

asp file with Report in Word template
Posted by Rajneesh jain at 10/30/2003 11:26:52 PM
Hi All, can i create a template in word and just put all the infomation from database using ASP? i have to do: 1. collect the information from the ASP forms in Oracle 2. the information what i collected should be inserted into an default word template. For the above , i need a sam...more >>

Form validation for multi-rows and multi-columns
Posted by Jean at 10/30/2003 8:11:43 PM
Hello All, I have a classical ASP form with multi-rows and multi-columns that allows users to enter multiple records at once. How do you check input forms for errors and, if necessary, display messages plus row number and field to the user? Thanks! Jean ...more >>

query for "all"
Posted by Rich Palarea at 10/30/2003 4:18:31 PM
I have a form that queries a database by "day". The form values are the days of the week, but I want to add a value for "no preference" where the results would be all values. I tried to string together all of the days (i.e.: "Monday" AND "Tuesday" AND...) in the form value, but the query can'...more >>

ADO/Access Locking Site
Posted by Brian at 10/30/2003 12:40:45 PM
I've run into this problem recently and I haven't been able to pin it on anything. I've been doing ADO connections to Access databases for small databases before, but now they aren't working. I've double-checked the ASP code on two different pages, one that works and the new one and they a...more >>

IUSR Permissions
Posted by Matt Massie at 10/30/2003 11:08:24 AM
I'm made an .ASP application that uses 1 .mdb for login authentication, and 1 for my main database. My page is automated so that 1 file is created and filled with data from the main .mdb, then the application updates my database so I know which records have been downloaded and which have not. I...more >>

Check if record set rturn something
Posted by viktor at 10/30/2003 9:03:52 AM
Hi i am trying to see if the query return some data but i am getting error:(0x80020009) Exception occurred. here is the code: if rstPart("partID")<0 then response.redirect("new_part_no.asp") end if thanks ...more >>



Jet Error 0x80004005
Posted by Si at 10/29/2003 6:52:29 PM
Hi I am saving data from ASP to an access database which has linked tables, i keep getting this errror: Microsoft JET Database Engine (0x80004005) The Microsoft Jet database engine cannot open the file 'I:\Access Database\980211be.mdb'. It is already opened exclusively by another user, or ...more >>

Running IIS without being connected to the internet
Posted by Terry Murray at 10/29/2003 6:12:18 PM
Can someone remind me on how to run IIS (and therefore be able to execute ASP scripts) without being connected to the internet. If I remember correctly it involves a loopback adapter. Thanks Terry ...more >>

Compound Key vs Composite Key
Posted by CJM at 10/29/2003 3:37:14 PM
Many moons ago, I did an SSADM course... in it I learnt the formal meanings of 'Compound' & 'Composite' keys... Recently, I was talking with a colleague, and where he used 'Composite', I used 'Compound', but strangely neither of us noticed the discrepancy and both of us were clear and in agree...more >>

Download File Size
Posted by Robert at 10/29/2003 2:20:15 PM
I am having problems dowloading files bigger than 3 megs with .asp from an access db. Does server 2003 have a default download limit. Uploads I have been able to resolve. Thanks...more >>

Operation must use an updateable query.
Posted by Frustrated at 10/29/2003 1:23:14 PM
This is the error that I get: [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. It worked previously before I installed Jet 4.0 SP 8 b/c Access 2003 requested it. Database is in Access 2002 format. This is what I'm doing. ------------------------------...more >>

request.form & binaryRead - error !
Posted by fredda054 NO[at]SPAM hotmail.com at 10/29/2003 4:59:25 AM
hi everybody ! now i have finally managed to build a upload/download file-part in my application, and it's working just fine, except for one detail. i use a simple form where the user can choose a file to upload. a also have a checkbox that should be checked if the file is a 'released' version,...more >>


DevelopmentNow Blog