Skip to main content
Participating Frequently
May 18, 2006
Question

Dreamweaver 8.0.2 and Recordsets

  • May 18, 2006
  • 4 replies
  • 352 views
When I create a recordset with the 8.0.2 dreamweaver update it is not updateable. I can no longer just set some values and call recordset.update....

I use to be able to set the locktype. How do I do that now?
This topic has been closed for replies.

4 replies

Inspiring
May 19, 2006
And you can still do it in the new dialog for setting up a Recordset in
8.0.2.

No need of workarounds or special programming. I usually role my own code so
I'm so used to do that. But it's good to see the DW does support it.

"DownWithBugs" <Bugs@TMM.com> wrote in message
news:e4l78s$1sk$1@forums.macromedia.com...
> Hogwash... of course you can still... you just have to customize the code.
> I did the same thing before 8.0.2 and it still works now after.
>
> You should brush up on your coding and you too could do that.
>
> "netboy" <webforumsuser@macromedia.com> wrote in message
> news:e4l6t9$1d1$1@forums.macromedia.com...
>> You also can no longer pass a field and direction for sorting through the
>> querystring. Any work arounds?
>
>


Inspiring
May 19, 2006
Hogwash... of course you can still... you just have to customize the code. I
did the same thing before 8.0.2 and it still works now after.

You should brush up on your coding and you too could do that.

"netboy" <webforumsuser@macromedia.com> wrote in message
news:e4l6t9$1d1$1@forums.macromedia.com...
> You also can no longer pass a field and direction for sorting through the
> querystring. Any work arounds?


netboyAuthor
Participating Frequently
May 19, 2006
You also can no longer pass a field and direction for sorting through the querystring. Any work arounds?
Inspiring
May 18, 2006
You can't. It's no longer supported. You'll have to hand-code it.

--
Jules
http://www.charon.co.uk/charoncart
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004




netboyAuthor
Participating Frequently
May 18, 2006
Yuck! This will break 1000's if not 1,000,000's of web pages. Nice.