Answered
Error when Inserting Record with GoDaddy Hosting
When I try to insert a record on a webpage hosted by GoDaddy
to a SQL server I get the error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e09'
[Microsoft][ODBC SQL Server Driver][SQL Server]EXECUTE permission denied on object 'sp_execute', database 'master', owner 'dbo'.
This error occurs on the line:
MM_editCmd.Prepared = true
After some searching online if I change the line as follows the error goes away, but so does the insert record behavior:
MM_editCmd.Prepared = false
Is it possible to change the behavior so it will always use false instead of true and still show up as a behavior on the page.
This is happening in Dreamweaver 8.0.2. It didn't happen in Dreamweaver MX 2004.
Thanks,
Mike
Microsoft OLE DB Provider for ODBC Drivers error '80040e09'
[Microsoft][ODBC SQL Server Driver][SQL Server]EXECUTE permission denied on object 'sp_execute', database 'master', owner 'dbo'.
This error occurs on the line:
MM_editCmd.Prepared = true
After some searching online if I change the line as follows the error goes away, but so does the insert record behavior:
MM_editCmd.Prepared = false
Is it possible to change the behavior so it will always use false instead of true and still show up as a behavior on the page.
This is happening in Dreamweaver 8.0.2. It didn't happen in Dreamweaver MX 2004.
Thanks,
Mike
