all groups > inetserver asp db > november 2004 > threads for november 29 - 30, 2004
Filter by week: 1 2 3 4 5
Advice needed on adding checkboxes for a total
Posted by ynott at 11/30/2004 7:40:30 PM
I have written most of the easy ASP portion for a MS Access
DB insert. In the database, I have about 15 checkboxes in it. Five
of them represent a point total of 1 point, 5 of them at 2 points each
and 5 at 4 points each. Over time this database will get quite big.
In the database, I will mo... more >>
Determining Jet Version?
Posted by mbiang NO[at]SPAM cramerdev.com at 11/30/2004 12:58:19 PM
Hi,
I am currently developing an ASP application that will be installed on
multiple servers by a variety of different users.
This application requires that JET 4.0 be installed on the server.
I have written a script that checks various other configuration
settings (parent paths, buffering... more >>
Errors - How do YOU handle them?
Posted by James at 11/30/2004 12:41:02 PM
I was curious how each of you handle database errors
instead of getting the OLEDB Micorsoft error screen. Do
you have a way of creating userfriendly errors for your
users or do you revert and let ADO handle those errors?
Thanks,
James... more >>
Recordset.ActiveConnection
Posted by Utada P.W. SIU at 11/30/2004 9:38:08 AM
Dear All Expert,
I am facing a problem now.
I have two web-based application A and B, which using ASP and MS SQL2000 to
implement.
Sometime, I can login project A, but cannot login project B, the different
between the connection of two projects are:
in project A
I am using ADODB.Conne... more >>
pause using ASP or MS Access?
Posted by Scotter at 11/29/2004 11:01:15 PM
I see the following only works in SQL Server?
'conn.Execute "WAITFOR DELAY '00:00:01'"
Is there a version of this that works in MS Access 2003?
If not, do any of you have a server-side way to pause?
Thanks!
--
Scotter
... more >>
Add Join/lookup to sp in sql server
Posted by jason NO[at]SPAM catamaranco.com at 11/29/2004 5:39:32 PM
How would I integrate a join for the following sql query:
SELECT DateTime, u_CurrentBrokerID, u_name, URLCurrent AS Page, COUNT(*)
AS Hits
FROM UserInquiry
WHERE (CHARINDEX('@catamarans.com', u_name) = 0)
GROUP BY URLCurrent, DateTime, u_CurrentBrokerID, u_name
HAVING (D... more >>
DTS sql 7 ERROR -exporting query into excel 2000
Posted by jason NO[at]SPAM catamaranco.com at 11/29/2004 2:48:35 PM
With the help of Gary Jones I constructed a query and attmepted to use the
DTS export facility to save and export the query into excel.
However, on upon completing the final step in the process I am presented
with a security error....Google has not helped...can anyone tell me why this
simple ... more >>
Site ASP
Posted by Gérard Leclercq at 11/29/2004 11:34:52 AM
Where can i find site about the answers of this group. Gérard.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ASP, looping, and stored procedures.... error '800a0bb9' ...
Posted by Beau at 11/29/2004 10:50:06 AM
Hi all, thanks in advance.
Ok, heres the story.
What is happening......
--------------------------------
I've got an ASP page that loops.
It loops in order to get data in different, sequential date ranges. I.E.
from 9/1/2000 - 10/1/2000 then 10/1/2000 - 11/1/2000 etc etc etc.
It calls SPs... more >>
|