Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Email Validation
Paul Brewer wrote:
> "DA Morgan" <damorgan_at_exxesolutions.com> wrote in message
> news:3E92EF08.278FC935_at_exxesolutions.com...
>
>>Wayne Hinch wrote: >> >> >>>Daniel, >>> >>>If i alter this table in this way how can i program it on the client >>
>>>(forms)? Because if i don't do anything on the client side it will only >>>crash won't it? >>> >>>Wayne >>> >>>"DA Morgan" <damorgan_at_exxesolutions.com> wrote in message >>>news:3E91A211.9695AB12_at_exxesolutions.com... >>> >>>>Wayne Hinch wrote: >>>> >>>> >>>>>Hi, >>>>> >>>>>I am trying to validate an email which a user will enter, how do I >>>>
>>>about >>> >>>>>to do this? I would like to trap for an @ and a . in the text field >>>>
>>>>>form which is being programmed in Forms 6.0. >>>>> >>>>>Any help will be much appreciated. >>>>> >>>>>Wayne >>>> >>>>Use a check constraint on the underlying table. >>>> >>>>ALTER TABLE person >>>>ADD CONSTRAINT cc_person_email_address >>>>CHECK (per_email_address LIKE '_%@_%._%'); >>>> >>>>Data constraints belong in the table, not the form. >>>> >>>>Daniel Morgan >>>> >>> >>What Niall said. >> >>In general ... all validation should be on the server rather than in the
>>Doing this has several advantages. >> >>1. Easier coding and maintenance. >>2. No circumvention via connection through other tools. >>3. Leaner forms meaning faster load time. >>4. Leaner forms meaning less network traffic.
Agree completely. But it should be goalkeeper (r):
<quote>
GOALKEEPER is the most effective close-in-weapon system available today.
Its superior search radar leaves no target undetected. Its highly
accurate I- and K-band tracking radar gives pinpoint precision. Its
high-performance 30 mm gun leaves no room for doubt about the outcome of
any engagement.
</quote>
Now all I want is a tampering user ;-)
-- Regards, Frank van BortelReceived on Wed Apr 09 2003 - 15:17:07 CDT
![]() |
![]() |