|  | Posted by Hugo Kornelis on 12/06/05 00:25 
On 5 Dec 2005 08:36:22 -0800, paulmac106@gmail.com wrote:
 >Hi Alexander,
 >
 >I tried a computed column, but then all the users of the windows
 >application that is the front end of this database got errors when
 >trying to insert a record into this table. Is there anything more I
 >have to do to use a computed column?
 >
 >thanks,
 >Paul
 
 Hi Paul,
 
 All INSERT statements should always include a column list. There are
 many reasons for this - you just found one of them!
 
 Best, Hugo
 --
 
 (Remove _NO_ and _SPAM_ to get my e-mail address)
 [Back to original message] |