Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

PHP Recordset error

New Here ,
Jun 05, 2006 Jun 05, 2006
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?

Thanks
TOPICS
Server side applications
275
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 05, 2006 Jun 05, 2006
LATEST
"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


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines