"northpawjustice" <webforumsuser@macromedia.com> wrote
in message
news:e61l7s$pni$1@forums.macromedia.com...
> When I create a recordset in php it creats a function
GetSQLValueString,
> which
> I assume is normal, the problem occurs when I want to
edit that Recordset
> every
> time I do it recreates that function so then I have 2
and so on and so
> forth.
> Deleting the extra functions fixes the problem but it's
really starting to
> annoy me and I was wondering if this has happen to any
one else and if
> there
> was a patch or fix for this?
Unfortunately, this is the patch. It has a lot of problems.
Other problems
with this function: Dreamweaver adds it whether it's needed
or not, and DW
adds it for every parameter whether you want to use it or
not. It also
prevents the use of dynamic SQL and dynamic sorting.
Tom