Prompt for login consistency

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
anthony ng
Posts: 1
Joined: Wed 24 Oct 2007 16:26

Prompt for login consistency

Post by anthony ng » Wed 24 Oct 2007 16:35

With LoginPrompt set to True, why would OraSession expect the
password property be non-blank ?I must be missing something, sometimes, it will prompt and other times it insists that the password
and login information be set at design time, bypassing the login procedure.

Pls help.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 30 Oct 2007 14:47

The TOraSession component always shows the connect dialog if the LoginPrompt property is set to True. Do you want the connect dialog not to be shown if the Username property is set at design time?

Post Reply