Subject Re: [firebird-support] Re: isc_encode_time and millisconds
Author Dimitry Sibiryakov
> Hi, I tried as you suggest but seems not work.

Right, because I forgot one char:

PISC_TIME(sqldata)^ := (((hours*60)+minutes)*60+seconds)*10000+msec*10;

But you was to find it out after 5 minutes of debugging...

SY, SD.