What locale are you using? I use "rusw".
Try to do the following in SMP:
update MSDS_Serenity.KitlabelAssoc set PackingTimeSpent=35000 where label='00007IT4'
then
select PackingTimeSpent, %internal(PackingTimeSpent) ptsLOGICAL, %external(PackingTimeSpent) ptsDISPLAY, %odbcout(PackingTimeSpent) ptsODBC from MSDS_Serenity.KitlabelAssoc where label='00007IT4'
What are your results?
I have the following displayed (for DISPLAY mode):
PackingTimeSpent = 09:43:20 ptsLOGICAL = 35000 ptsDISPLAY = 09:43:20 ptsODBC = 09:43:20
- Log in to post comments