all groups > inetserver asp general > january 2004 > threads for sunday january 25
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
Date conversion problem
Posted by Hugh Welford at 1/25/2004 7:46:01 PM
Hi...
I am in UK using XP with date format set to dd/mm/yy. I am running an asp
site from a server in USA, which is returning the date from a database field
retrieved as objrec("todate") in US format mm/dd/yy.
To rectify this so as not to confuse visitors to the site I am trying to get
the d... more >>
IIS 5.0 Error path not fond
Posted by Stas at 1/25/2004 4:51:17 PM
Hello All!
I found function for enumerate files in special folder and pasted in my asp
page, but Server generate error.
Who could tell me why server IIS 5.0 generate error, and how I must input
path for http://host/pdf?
<%
function ShowFolderFileList(folderspec)
{
var fso, f, f1, fc, s;
fso... more >>
Access 2000 or SQL Server 2000
Posted by Denis at 1/25/2004 4:15:47 PM
Hi
I am planning to design a database (destined for the web) that will have
between 20000 and 45000 records in it and will receive a lot of reads but
very very few writes (just from me).
Now the question is should I use:
1) The combination of Access 2000 (accessible through ASP or ASP.NET... more >>
Is there a way to have IIS stop sending ASP_DEBUG_INFO METADATA in debug mode?
Posted by Vince C. at 1/25/2004 3:29:55 PM
Hi.
This is a feature that is really going on my nerves as I've been writing SOAP
Web services using ASP and SOAP toolkit 3.0. My web services ASP scripts send
XML data to the client application.
When I'm debugging under Visual Sudio, IIS prefixes *all* streams that go to the
client with <!... more >>
Nz() function and JET Database Engine (0x80040E14)
Posted by aa at 1/25/2004 12:50:15 PM
I have beem recommended to use the Nz() function in the ORDER BY part of an
Access2000 stored query.
The query runs correcly from within Access2000
Yet when ran from ASP, it causes an error:
Microsoft JET Database Engine (0x80040E14)
Undefined function 'Nz' in expression.
Where should I ... more >>
problem in iis
Posted by anonymous NO[at]SPAM devdex.com at 1/25/2004 9:49:18 AM
Hi Mr,
I have a problem .
I have created an Xml file ,I can read from it but
I cant write in it .
when I want to write to it ,IIS showes me the following
error page .
please help me , what is my problem ?
Thank you
==========================================================... more >>
Using SMTP/server-side email capabilities to recieve, process, and return user's materials?
Posted by Ken Fine at 1/25/2004 8:28:31 AM
Is it possible to set up server-side mail services such that when someone
e-mails to a certain address, the contents attached to that mail are
processed and the processed content is returned to the user, again, as an
attachment?
I installed a server-side component for managing graphics. "Would... more >>
Problem in IIS
Posted by sara at 1/25/2004 7:28:36 AM
Hi Mr,
I have a problem .
I have created an Xml file ,I can read from it but
I cant write in it .
when I want to write to it ,IIS showes me the following
error page .
please help me , what is my problem ?
Thank you
=====================================================... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Case-insensitive dictionary
Posted by Tumurbaatar S. at 1/25/2004 2:20:57 AM
I need something like Scripting.Dictionary
but with case insensitive keys, i.e.
dict.Item("mykey") and dict.Item("MyKeY") should
be identical. Any ideas?
... more >>
Is "include" ASP?
Posted by Simon Wigzell at 1/25/2004 12:04:41 AM
I often use :
<!--#include file="filename"-->
in my code to include often used bits of asp code. I told someone in another
newsgroup about it but now I'm wondering if it will be supported for them.
It isn't ASP. What the heck is it??? e.g. what must they have on their
server that will under... more >>
|