|
Looks like your running into the same wall that I was a few years back. When it comes to letting DW do DB automation it's ok when the queries are on a simple smaller scale. When you graduate to more complexed queries you'll find that DW will spit out all sorts of errors, javascript errors to be more exact. You did know that DW works on Javacript right? Anyways, so it was best for me to hand code complicated DB applications and use DW DB automation only for more simple task.
In other words, stop using WYSIWYG for complexed applications. They should and usually are too complexed for an automated sofware package to build. Go to code view and do it by hand. If you can't do it by hand.. well, you should be doing any developing because you can't understand how things work under the hood should something need modifying, replaceing, or fixing.
|