Subject | Error in convert BDE - IBO |
---|---|
Author | Virtual Memory |
Post date | 2002-11-05T17:11:53Z |
With TIboQuery do Begin
Close;
SQL.Strings[5] := 'L010_L265_CATEGORIA = :L265_CATEGORIA';
ParamByName('L265_CATEGORIA').DataType := ftString;
ParamByName('L265_CATEGORIA').ParamType := ptInput;
DataSource := DsQryCat;
Open;
End;
In this example, the property DataType and ParamType assimilated to the Component parameter TIboQuery
it isn't identified, while with BDE worked usually
-*-*-*-*-*-
When there is a Mistake in BDE, the same returns us this mistake in the following class of Former
(((EDBEngineError))), that isn't also identified when it is using Ibo's components
Flavio Macedo :.
[Non-text portions of this message have been removed]
Close;
SQL.Strings[5] := 'L010_L265_CATEGORIA = :L265_CATEGORIA';
ParamByName('L265_CATEGORIA').DataType := ftString;
ParamByName('L265_CATEGORIA').ParamType := ptInput;
DataSource := DsQryCat;
Open;
End;
In this example, the property DataType and ParamType assimilated to the Component parameter TIboQuery
it isn't identified, while with BDE worked usually
-*-*-*-*-*-
When there is a Mistake in BDE, the same returns us this mistake in the following class of Former
(((EDBEngineError))), that isn't also identified when it is using Ibo's components
Flavio Macedo :.
[Non-text portions of this message have been removed]