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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|