Re: [AOLSERVER] 3 aolserver questions reagrding calender/drop down list/security

2009-09-29 Thread Alexey Pechnikov
Hello! On Tuesday 29 September 2009 08:11:36 Tom Jackson wrote: How does '999'::int solve the problem? The example return the equal result in different PostgreSQL versions (may be result can depend from platform). Strict type cast is defined in documentation and may be safety.

Re: [AOLSERVER] 3 aolserver questions reagrding calender/drop down list/security

2009-09-29 Thread Tom Jackson
On Tue, Sep 29, 2009 at 2:50 AM, Alexey Pechnikov pechni...@mobigroup.ru wrote: Hello! On Tuesday 29 September 2009 08:11:36 Tom Jackson wrote: How does '999'::int solve the problem? The example return the equal result in different PostgreSQL versions (may be result can

Re: [AOLSERVER] 3 aolserver questions reagrding calender/drop down list/security

2009-09-28 Thread Tom Jackson
On Sat, Sep 26, 2009 at 2:23 AM, Alexey Pechnikov pechni...@mobigroup.ru wrote: Hello! On Friday 25 September 2009 22:29:55 Tom Jackson wrote: Personally I would use [string is double -strict] and quote anything Tcl and PostgreSQL types are not equal. tclsh8.5 [/tmp]string is double

Re: [AOLSERVER] 3 aolserver questions reagrding calender/drop down list/security

2009-09-26 Thread Alexey Pechnikov
Hello! On Friday 25 September 2009 22:29:55 Tom Jackson wrote: Personally I would use [string is double -strict] and quote anything Tcl and PostgreSQL types are not equal. tclsh8.5 [/tmp]string is double -strict 99 1 template1=# create temp table test(value integer); CREATE TABLE

Re: [AOLSERVER] 3 aolserver questions reagrding calender/drop down list/security

2009-09-26 Thread Jeff Hobbs
On 26-Sep-09, at 2:23 AM, Alexey Pechnikov wrote: On Friday 25 September 2009 22:29:55 Tom Jackson wrote: Personally I would use [string is double -strict] and quote anything Tcl and PostgreSQL types are not equal. tclsh8.5 [/tmp]string is double -strict 99 1 template1=# create temp

Re: [AOLSERVER] 3 aolserver questions reagrding calender/drop down list/security

2009-09-24 Thread Fenton, Brian
September 2009 13:34 To: AOLSERVER@listserv.aol.com Subject: [AOLSERVER] 3 aolserver questions reagrding calender/drop down list/security Dear Aolserver people, I'm busy building my site and so far everything works fine. I consider myself a starter in website construction aolserver programming. I

Re: [AOLSERVER] 3 aolserver questions reagrding calender/drop down list/security

2009-09-24 Thread Bas Scheffers
On 24/09/2009, at 10:04 PM, Dino Vliet wrote: Question 1) I see the need to present the users of my site with a small little calender, when they want to input date fields in my forms. How is this accomplished? Do I really need javascript for this, or are there other possibilities,

Re: [AOLSERVER] 3 aolserver questions reagrding calender/drop down list/security

2009-09-24 Thread Alexey Pechnikov
Hello! On Thursday 24 September 2009 17:56:08 Bas Scheffers wrote: The two main attack vectors for any web application are: remote code execution and SQL injection. The first one could occur if you dynamically create Tcl code using values sent by a user (either as form data, part of the