logon screen, error handling?

From: <kaiserrj_at_my-deja.com>
Date: Mon, 21 Jun 1999 18:10:06 GMT
Message-ID: <7klv5j$h5v$1_at_nnrp1.deja.com>



I whipped up a logon screen in Forms 5.0 (NT4.0wrkstn). I call:
  LOGON(:blk.user, :blk.pswrd ||'_at_'||:blk.connect, FALSE);

in a function and then check it with
  IF FORM_SUCCESS THEN
     RETURN TRUE;
  END; But it always returns TRUE! I pass in a blank connect string, garbage connect string, bad names and passwords and it returns true every time?

Normal Oracle logon reports 12203's and 12154's okay, but the LOGON function doesn't.

Anybody run into this? know any techniques to work with it?

Rich

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Mon Jun 21 1999 - 20:10:06 CEST

Original text of this message