Discussion:
Ambiguity error
(too old to reply)
Markus C Parker
2005-12-13 00:32:50 UTC
Permalink
I am trying to convert an application to interbase express
from BDE.

I am using builder 6 pro

When I try and set

UpdateAction = uaApplied;

in the updaterecord routine (multiple updates from a cached
dataset) I get an error

Ambiguity between 'uaApplied' and 'Db::uaApplied'

How can I correct this error??

Thanks in advance for your time

Markus

--
Jeff Overcash (TeamB)
2005-12-16 00:53:12 UTC
Permalink
You need to qualify the namespace of the uaApplied you want to use. The
namespace should be ibcustomdataset IIRC.
Post by Markus C Parker
I am trying to convert an application to interbase express
from BDE.
I am using builder 6 pro
When I try and set
UpdateAction = uaApplied;
in the updaterecord routine (multiple updates from a cached
dataset) I get an error
Ambiguity between 'uaApplied' and 'Db::uaApplied'
How can I correct this error??
Thanks in advance for your time
Markus
--
--
Jeff Overcash (TeamB)
(Please do not email me directly unless asked. Thank You)
Your friends will know you better in the first minute you meet than your
acquaintances will know you in a thousand years. (R Bach)
Loading...