I am trying to write a query like this:
select cast(0 as smallint) from dual
I am attaching a dataset to this and I need the field to be of type TIntegerField but it is always a TFloatField.
How can I force the dataset to expect an integer from a select query where I want a default value of...
I just recently upgraded from version 3.3 to 3.4 of DOA, and all of my ClientDataSets no longer work properly. I think this is because of the enhancement in 3.4 that copies Params values into the variables ...
Delphi/C++Builder 5 Provider Support improvements
Params from TClientDataSet are...