6.70 beta and oracle errors
Posted: 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
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