hellow !
does anyone knows if odac suports oracle lite (not personal oracle) technology ? can anyone give me directions about it ?
ORACLE LITE
ODAC supports Oracle Lite 8 only. You must set the following
Code: Select all
TOraSession.Username = 'system';
TOraSession.Password = 'manager';
TOraSession.Server = 'ODBC:POLITE';
TOraSession.Home =
TOraSession.Options.Net = False;