in reply to Re: identifier too long error
in thread identifier too long error

thezip does this mean its a sql problem?

Replies are listed 'Best First'.
Re^3: identifier too long error
by thezip (Vicar) on Nov 04, 2008 at 00:44 UTC

    Pretty much.

    Somewhere near the top of your script, do this:

    my $trace_level = 1; my $trace_file = 'tracefile.txt'; DBI->trace($trace_level, $trace_file); # ... then the rest of your script
    You might want to delete the $trace_file prior to each run. This will make it easier to find where your problem is.

    What can be asserted without proof can be dismissed without proof. - Christopher Hitchens