Page 1 of 1

6.70 beta and oracle errors

Posted: Mon 06 Oct 2008 19:48
by jdorlon
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

Posted: Thu 09 Oct 2008 08:00
by Plash
This is the problem with trial protection. It will not occur in a non-trial version. Now we are working on this problem.