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

version 8.0.2 post to 2 tables at once?

Guest
Jul 25, 2006 Jul 25, 2006
I was trying to figure out how to post to 2 different tables.

posting to one is pretty easy buy then I tried to post to a second (at the same time )and had some issues.

Any one how to do this? The reason why is i have to post an updated date on one account holder as well as the account files (seperated tables)
TOPICS
Server side applications
245
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 ,
Jul 25, 2006 Jul 25, 2006
Pixel Pusher wrote:
> I was trying to figure out how to post to 2 different tables.

You have to insert or update the information in each table separately.
You can do several operations in the same page, but behind the scenes,
each one is separate.

--
David Powers
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "Foundation PHP 5 for Flash" (friends of ED)
http://foundationphp.com/
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 ,
Jul 26, 2006 Jul 26, 2006
LATEST
There was a very convoluted tutorial on how to do this in Ultradev but
basically I would steer clear of trying to do with DW code. There is a very
good tutorial on www.charon.co.uk on how to do it in ASP.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"Pixel Pusher" <webforumsuser@macromedia.com> wrote in message
news:ea611m$5g5$1@forums.macromedia.com...
>I was trying to figure out how to post to 2 different tables.
>
> posting to one is pretty easy buy then I tried to post to a second (at the
> same time )and had some issues.
>
> Any one how to do this? The reason why is i have to post an updated date
> on
> one account holder as well as the account files (seperated tables)
>


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