Hya all,
Im developing a website in dreamweaver mx with database facilities
I have created a recordset, and on the sql query i have put
::::
Select Count(Phone) as TotalCount
from Phone
Group by Phone
::::
When i click the test button, it display correctly the desired results, but when i click OK and the recordset is made, i m not able to drag and drop the results on the page...
It keeps giving me the error message >> Command text was not set for command object
-------
Can anyone help me?