|
From: Alex S. <ss...@mw...> - 2009-05-15 15:08:32
|
Hi all
I evaluated LetoDB about a year ago, and everything seemed ok in my tests, but
when we installed it in quite a large site (~40 terminals) we got reports of it
hanging. Details were few, and we hurriedly went back to the horrible old shared
files.
I see it has gone through a few changes, and perhaps fixes for something like this?
Also, I use Harbour and I see constructs like this (in server.prg):
Function hs_OrderInfo( nUserStru, cCommand )
...
ELSEIF nDefine $
{DBOI_FINDREC,DBOI_FINDRECCONT,DBOI_KEYGOTO,DBOI_KEYGOTORAW,DBOI_POSITION,DBOI_RELKEYPOS,DBOI_SKIPUNIQUE}
Return "+" + cValToChar( DbOrderInfo( nDefine,, nOrder, Val(
xNewSetting ) ) ) + ";"
...
I think this will crash in Harbour?
Thanks for any response.
Regards
Alex
|