Re: Syntax error with dates
From: AndyK (ak_subscribe_at_iinet.net.au)
Date: 02/11/05
- Next message: AndyK: "Re: Syntax error with dates"
- Previous message: Jake: "Simple Report Solution?"
- In reply to: Bob Barrows [MVP]: "Re: Syntax error with dates"
- Next in thread: Mark Schupp: "Re: Syntax error with dates"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 12 Feb 2005 09:07:42 +1100
that's ok. thanks for your help
"Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message
news:O6BC6pDEFHA.2632@TK2MSFTNGP12.phx.gbl...
> AndyK wrote:
>> Here is the page I am developing.
>
> That was quick. You've already read and comprehended all the articles I
> provided links for? I guess this means they didn't help?
>
>> I am using a date picker to select
>> the date.
>
> Not sure why that's relevant. A date is a date. You just have to format it
> correctly when using it in sql statements (see the articles I linked to in
> my first reply)
>
>>
>>
>> <%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%>
>> <!--#include file="Connections/connUpdate.asp" -->
>> <%
>> // *** Edit Operations: declare variables
>>
>> // set the form action variable
>> var MM_editAction = Request.ServerVariables("SCRIPT_NAME");
>
> Ughhh! Dreamweaver! No wonder you're having problems.
>
>> if (Request.QueryString) {
>> MM_editAction += "?" + Request.QueryString;
>
> Time to start snipping. You really did not have to show us all this stuff
> ...
>
> <snip>
>
> That's enough. I've got my own job to do. I'm not plowing through all
> this. Hopefully somebody else will be able to help. In the meantime. You
> have a choice:
> a. dig in and make an effort to understand every line of this bloated code
> b. scrap it all and start from scratch - without the Dreamweaver crutch.
>
> Sorry,
> Bob Barrows
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
- Next message: AndyK: "Re: Syntax error with dates"
- Previous message: Jake: "Simple Report Solution?"
- In reply to: Bob Barrows [MVP]: "Re: Syntax error with dates"
- Next in thread: Mark Schupp: "Re: Syntax error with dates"
- Messages sorted by: [ date ] [ thread ]