Insert error
Posted: Thu 07 Jul 2011 10:42
Component MSQuery Options.DefaultValue=False. Some fields have DefaultExpression=aaaaa
WITHOUT quotes!!
When I try to add record I get error
The multi-part identifier "aaaaa" could not be bound.
In Profiler I see
SELECT aaaaa , aaaaa
If I set DefaultExpression='aaaaa' (with quotes) It's OK.
WITHOUT quotes!!
When I try to add record I get error
The multi-part identifier "aaaaa" could not be bound.
In Profiler I see
SELECT aaaaa , aaaaa
If I set DefaultExpression='aaaaa' (with quotes) It's OK.