|
From: Peter J. P. <pjp...@sy...> - 2002-01-16 03:02:37
|
Hi, I got it all up and running but when trying to setup accoutnts I get following error Error! SELECT accno, SUM(acc_trans.amount) AS amount FROM chart, acc_trans WHERE chart.id = acc_trans.chart_id GROUP BY accno ERROR: chart: Permission denied. So, I guess, I have, or rather user under which webserver is running have no right permissions to access DB. Anyway I wonder how to get around it? Cheers, Peter |