Hi Bagger and Ken
With some help from Randy Edmunds at Adobe was able to find a solution to
this bug.
*note I am still using DW MX 2004 so there may be some variation with your
version.
ANSWER: You need to add the sql type "int unsigned" to the
[b]dwscriptsServer.js[/b] in Dreamweavers files.
The file to ammend is [your path to the DW
root]\Configuration\Shared\Common\Scripts\[b]dwscriptsServer.js[/b]
do a search for the alert: "MM.MSG_SQLTypeAsNumNotInMap" and then go up from
there (it is about line 2059 in the DW MX 2004 file).
underneath a["unsignedint"] = 19;
add a new line a["int unsigned"] = 19; // variation of unsigned int
I then deleted the delete the FileCache.dat (from step #4
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19105) and
restarted DW.
That should fix it!
If that doesn't work then search the DW folders for
"MM.MSG_SQLTypeAsNumNotInMap" and ammend the sql data types where the functions
raise the error alert.
I hope this is helpful!
Cheers
Martin
ps I would be using the CS3 web premium suite if it wasn't for the fact that
the UK upgrade price is (£539) - >US$1000 which is more then double what US
customers pay. (OK my whinge over, boo hoo)