Re: DB logger doesn't log complete exceptions!

2005-09-25 Thread Matthew Brown
A 4000 character column seems ridiculously large anyway, even if you went with varchar to save space (as Georg pointed out, a single row in that table would take up 8k of disk space). Why not just use text columns?On 9/25/05, Georg Jansen <[EMAIL PROTECTED]> wrote: HiWhen I tried to run your sql c

RE: DB logger doesn't log complete exceptions!

2005-09-25 Thread Georg Jansen
Hi When I tried to run your sql create table statment I got the message: Warning: The table 'Log' has been created but its maximum row size (8603) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row in this table will fail if the resulting row length exceeds 8060 bytes.