my $statement ="insert into ... values ('$thisid','$now','$id','$userid',cast('$print' as ... "
Don't interpolate Postscript content ($print) into SQL statements, use placeholders instead (this is a good idea in general, not only for Postscript content).
Postscript code can in theory (depending on how it's generated) contain arbitrary characters, and even if it's 7-bit only, it can still contain single quotes...
As for the out-of-memory error with Apache, I don't know, but maybe it's indirectly caused by the other problem, so I would fix that first.
In reply to Re: sql2008 Filestream
by Eliya
in thread sql2008 Filestream
by ksublondie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |