Page 1 of 1

ORACLE LITE

Posted: Thu 09 Jun 2005 11:58
by idubi
hellow !

does anyone knows if odac suports oracle lite (not personal oracle) technology ? can anyone give me directions about it ?

Posted: Thu 09 Jun 2005 12:30
by Paul
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;