Page 1 of 1

OS AUthentication

Posted: Sat 01 Oct 2005 13:47
by ballatom
The original, barely working, Oracle dbExpress drivers seem to support OS authentication. Is it possible (or planned) with the CoreLab ones ?

Posted: Mon 03 Oct 2005 06:55
by Paul
DbxOda supports OS authentication. Please create user as follows

Code: Select all

DROP USER YourOsUserName IDENTIFIED EXTERNALLY;
GRANT CREATE SESSION TO YourOsUserName
Leave blank User_Name and Password parameters of TSQLConnection. Set TSQLConnection.Connected:=True.