ODAC 6.70 and original FreePascal (non Lazarus)
Posted: Fri 10 Oct 2008 09:47
How I can use ODAC 6.70 with FreePascal (console version)?
I run this program
and see as result
I run this program
Code: Select all
program test;
uses Ora;
var OraSession: TOraSession;
begin
OraSession := TOraSession.Create(nil);
OraSession.Options.Net := False;
OraSession.ConnectString := 'scott/tiger@server';
OraSession.Connect;
OraSession.Free;
end.
Code: Select all
An unhandled exception occurred at $0040F284 :
Exception : ODAC trial version requires Delphi IDE
$0040F284
$0046C8F1
$0040FA6A