Re: [Firebird-net-provider] High CPU

2008-07-11 Thread Paul
Yes, just when it's been nailed. Actually, we did a backup and restore and this has pretty much fixed it - CPU is down to more like 60% average now. Amazing. [Apologies for using wrong forum.] Christo wrote: > When does it run this high? Always or only when your 100+ users are nailing > it? Ba

[Firebird-net-provider] UDF function with blob data

2008-07-11 Thread Klaus Mühlböck
Hello, The problem is the blob data format. I tried to use cstring which works fine, but only with 255 byte textfiles DECLARE EXTERNAL FUNCTION F_SETFILE CSTRING(255) CHARACTER SET NONE, CSTRING(255) CHARACTER SET NONE RETURNS INTEGER BY VALUE ENTRY_POINT 'SETFILE' MODULE_NAME 'mydll.dll'; Whe