My installed components:
- ODAC 9.6.21 for RAD Studio XE7
- C++ Builder XE 7 with Update 1
- all Oracle Versions
- Simple project:
1 OraSession ,
1 SmartQuery ( DefaultValues option set to true )
Code: Select all
SmartQuery1->OptionsDS->DefaultValues = true;
SmartQuery1->SQL->Text = "SELECT tablespace_name FROM dba_tablespaces ";
SmartQuery1->Open(); // --> GPF
If i change the SQL text in,
Code: Select all
SELECT * FROM dba_tablespaces
Thank you