As Dan said, in Access the Yes/No field is true/false. Try using: ELSEIF objRS("Overwrite") THEN __________________________________ Do you Yahoo!? Yahoo! Mail...
Hi Sorry for this OT query, first of all Do anyone know any good and cheap providers where I can host one of my friend's biz website? I might need some couple...
Hi all, I am working on an asp site which has to work on a linux apache server (yes, I know what you are thinking but strange things happen sometimes !) Has...
Hi All, I want to resize the user uploaded images to a specific width and height before uploading to the server. I am using SoftArtisans File Upload to upload ...
IIS - Internet Information Services - is the webserver software which ships with most version of windows, in various different forms. It serves HTML, ASP etc...
Can an app, in this instance, DotNetNuke run on a web server that runs ASP without having to request anything special from the Hosts? [Non-text portions of...
Hi all! I am facing problem running ASP Pages on local intranet (localhost). I've Win XP- Pro installed in my computer. When I call ASP page from IE6. It show...
This is usually due to one of three things. First possibility is that you're accessing the asp page through file:// etc, but you've said you're not, so that...
I'm in the final stages of optimising some pre-existing data processing code. A big chunk of the optimisation has been achieved by converting the code to use...
... To be honest, my first thought here, if you are filtering out information from the recordset, is that you should let the database do the filtering. Can you...
Yes, there's a Filter property on the recordset object, which is what I'm using. The reason for the filtering being done that way is more for practical reasons...
Hi I have been trying to create a webservice. I have created one and it works well in my localhost. But when i upload it to our server, I'm getting this error...
You can install PWS (Personal Webserver) on it. If you have your XP CD, you will can add it by going to "Add/Remove Programs" then select "Add/Remove Windows...
You can install IIS on XP home, although I hear it's unsupported: http://www.google.com/search?hl=en&q=how+to+install+iis+on+windows+xp+home And there is...
Hi ILyas, I actually ran into this exact problem this morning. Do you have the bin directory? (holding your dll) sitting in the root of the virtual directory -...
James Mclean
jamesmclean@...
Oct 12, 2004 5:24 am
9857
Hi! i am trying to put a link for downloading a swf file. I have managed to get the download box open and file saving, but the file saved is of zero bytes. I...
Try application/x-shockwave-flash angel_xpmx <angel_xpmx@...> wrote: Hi! i am trying to put a link for downloading a swf file. I have managed to get the...
Hi Is that possible to decide the page when the form is being submitted. I mean, Page1.asp: <form method="post" action"<% if reques.form("chkbutton")="ON" then...
Hi ILyas, ... Not client-side using ASP, no. ASP is processed server-side before the client receives the page. However, you could use client-side javascript to...
Try: Dim net Set net = CreateObject("WScript.Network") net.MapNetworkDrive "y:", \\server\share,"False","username","password" Bob Filipiak A question not asked...