6.70 beta and oracle errors

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jdorlon
Posts: 202
Joined: Fri 05 Jan 2007 22:07

6.70 beta and oracle errors

Post by jdorlon » Mon 06 Oct 2008 19:48

Hello,

I have this code:

procedure TForm1.FormCreate(Sender: TObject);
begin
OraSession1.Connect;
SmartQuery1.SQL.Add('Select t.rowid, t.* from mytable, m');
SmartQuery1.Open;

Notice that there is a comma after the table name which shouldn't be there. However, instead of getting an oracle error, I'm getting this error: "Need Oracle 8 Call Interface".

I'm using an Oracle 11 client, and I've also tried an Oracle 9.2 client.

-John

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

Post by Plash » Thu 09 Oct 2008 08:00

This is the problem with trial protection. It will not occur in a non-trial version. Now we are working on this problem.

Post Reply