| View previous topic :: View next topic |
| Author |
Message |
Alibi Guest
|
Posted: Mon Apr 30, 2007 5:32 pm Post subject: Bug Delphi 2007 DBX4 |
|
|
Delphi 2007 Win 32
DbExpress 4
Interbase 7
SELECT COLUMN_NO_EXIST
FROM TABLE_EXIST
In any error the of SQL result message generic:
"Unable to execute Query".
Message correct:
Column X no exist in table Y
Is bug in Delphi 2007 or any config?
In Delphi 7 and Delphi 2006 result
message correct with table and field.
t+ |
|
| Back to top |
|
 |
Bill Todd Guest
|
Posted: Mon Apr 30, 2007 6:42 pm Post subject: Re: Bug Delphi 2007 DBX4 |
|
|
Alibi wrote:
| Quote: | Delphi 2007 Win 32
DbExpress 4
Interbase 7
SELECT COLUMN_NO_EXIST
FROM TABLE_EXIST
In any error the of SQL result message generic:
"Unable to execute Query".
Message correct:
Column X no exist in table Y
Is bug in Delphi 2007 or any config?
In Delphi 7 and Delphi 2006 result
message correct with table and field.
t+
|
Please report this in QC if it is not already there.
--
Bill Todd (TeamB) |
|
| Back to top |
|
 |
|