sql empty lines removed, don't know if odac or xe8 is to blame
Posted: Wed 01 Jul 2015 15:04
Design-time bug.
Using c++ builder xe8 pro Update pack 1 ( 22.0.19908.869) on win 7 64 bits, vcl app, odac 9.5.16 .
I have a TQuery, I type any select in SQL property, and append a few empty lines at the end, click ok.
I edit the SQL property: my empty lines are removed.
Problematic as the application does;
but there are now only 4 lines to SQL. So I get a List Index Out Of Bounds.
Is this due to ODAC or XE8?
If due to ODAC, can I get a fix?
If due to XE8, can you ask a fix to embarcadero?
Regards.
Using c++ builder xe8 pro Update pack 1 ( 22.0.19908.869) on win 7 64 bits, vcl app, odac 9.5.16 .
I have a TQuery, I type any select in SQL property, and append a few empty lines at the end, click ok.
I edit the SQL property: my empty lines are removed.
Problematic as the application does;
Code: Select all
QInventory->SQL->Strings[6]="/* some where criteria */";
Is this due to ODAC or XE8?
If due to ODAC, can I get a fix?
If due to XE8, can you ask a fix to embarcadero?
Regards.