
February 5th, 2004, 07:08 AM
|
|
Junior Member
|
|
Join Date: Feb 2004
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Firebird with Dreamweaver
Hi everyone
I'm using Dreamweaver MX and firebird db for web design.
It has been working ok until i try to use aggregate functions like count(*), sum(price).
In Recordset popup of Dreamweaver MX, if I write SQL as follows:
SELECT *
FROM JOBDETL
it works fine.
However, if I write SQL as follows:
SELECT SUM(EXTPRICE)
FROM JOBDETL
and Click TEST button, error message pops up saying:
While executing onClick in ServerBeh4-AdvRS.htm, the following JavaScript error(s) occurred:
At line 120 of file "C:\Program Files\Macromedia\Dreamweaver MX\Configuration\Commands\ServerBeh4-AdvRS.js":
exception throw in native function
and then Dreamweaver gets frozen.
Could anyone help me to solve this problem?
It would be greatly appreciated.
By the way, I have tested with MS Access db and it works fine.
So it must be something to do with Firebird and Dreamweaver MX.
|