We have a requirement to determine which version of the client the user has installed. I have version 4.1 installed. I built a small app that dislays information using the following OracleCI code:
var
MyList: TStringList;
Index: Integer;
begin
MyList := TStringList.Create...