On Fri, Feb 05, 2010 at 11:30:15PM +0100, Petr Jake?? wrote:
> This code works:
> PsMessageReaded(idMessage = myId, idEmployee=3, dateAdd =  tStamp)

   The code hides the error that 'idMessage' is in the list of normal
columns. It is a workaround, but correct code must be

   PsMessageReaded(id=myId, idEmployee=3, dateAdd=tStamp)

Oleg.
-- 
     Oleg Broytman            http://phd.pp.ru/            p...@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to