Quote:
Originally posted by genocide7
i'm not sure what it is because i'm using dreamweaver mx..every script is ready added on..that is why im having the problem to manipulate the asp script..
i changed it but the same error occured.. can u give me any alternative way to connect my access and dreamweaver?
|
You need to add the following code
MM_editCmd.CommandType = adCmdText
before the code of the execution:
MM_editCmd.Execute
Note that you need to include the file adovbs or use
MM_editCmd.CommandType = &H0001