Error Message for Fields with spaces as Value
Error Message for Fields with spaces as Value
We are converting application from BDE to ODAC with Delphi 2005. If the fields have spaces(' ') as value. It gives error "field must have value" for NOT NULL fields while using TOraQuery component. The same application works fine for BDE under delphi 2005. Any suggestion.
Found the problem, it is with TrimFixedChar property of ToraQuery , Everything works fine if we change property to False.
Our application is replicating data between oracle 9 server and personal oracle 8. The problem we had was when we save data from server to client dataset, it trimmed all fields which has spaces as value. And then we move data from clientdataset to personal oracle, it gave error that Field should have value.

Our application is replicating data between oracle 9 server and personal oracle 8. The problem we had was when we save data from server to client dataset, it trimmed all fields which has spaces as value. And then we move data from clientdataset to personal oracle, it gave error that Field should have value.
