Are you sure that it isn't crashing on:
s->setBlob(1, &stream);
Check the debugger to make sure that s isn't NULL, or a crap value.
Magnus Skog
2009-07-13 23:18:39
Are you sure that it isn't crashing on:
s->setBlob(1, &stream);
Check the debugger to make sure that s isn't NULL, or a crap value.