Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Andy #1
Insert Multiple INTO multiple table
Is there an extension available that can insert into multiple database
tables and then retrieve the ID of the first insert?
Andy
Andy Guest
-
insert multiple row and table
I have table1 and table 2, one to many relationship. How do I save 3 rows in table 1 and one row in table 2 at the same time? -
Multiple DB Insert
I have an XML file that has roughly 55,000 records. I need to parse the contents of the file and store it in a database. The problem I'm having is... -
Multiple Insert or Looping Insert
I built an application on an Access DB that allows a dispatcher to log trucks in the field at their location as they call in. There are three... -
How to insert multiple records to the same table with a multi-fields form
Hi all, is it possibile to insert multiple records in the same table? I imagine to build a multi-rows form, with the same number of fields per... -
UPDATE MULTIPLE ROWS IN ONE TABLE OBTAINING SUMS FROM ANOTHER TABLE
UPDATE MULTIPLE ROWS IN ONE TABLE OBTAINING SUMS FROM ANOTHER TABLE I need to update a table with distinct sums from another table. I will... -
danilocelic *TMM* #2
Re: Insert Multiple INTO multiple table
Andy wrote:
Here is some code in ASP that can do the multiple inserts, dont' know> Is there an extension available that can insert into multiple database
> tables and then retrieve the ID of the first insert?
about the returning of the ID though:
[url]http://www.charon.co.uk/files.aspx?categoryid=15&filecategoryid=10[/url]
And heres an article that talks about this a bit:
[url]http://www.newmanzone.com/recipes/recipe.asp?LinkID=2&Link=index1.htm[/url]
Here is a commercial extesnion that works with PHP and VBScript:
[url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/ImpAKT/Features/[/url]
Beyond that you'll need to specify the server language and the database
you're working with. Perhaps others will have more suggestions based on
that info.
--
Danilo Celic
| Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
| Team Macromedia for Dreamweaver : [url]http://macromedia.com/go/team/[/url]
danilocelic *TMM* Guest
-
Andy #3
Re: Insert Multiple INTO multiple table
Thank danilocelic
Much appreciated, i''l try it.
BTW im using access 2000 and classic asp
Andy
"danilocelic *TMM*" <danilo@shimmerphase.com> wrote in message
news:d3ph9o$lkh$1@forums.macromedia.com...[url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/ImpAKT/Features/[/url]> Andy wrote:>> > Is there an extension available that can insert into multiple database
> > tables and then retrieve the ID of the first insert?
> Here is some code in ASP that can do the multiple inserts, dont' know
> about the returning of the ID though:
> [url]http://www.charon.co.uk/files.aspx?categoryid=15&filecategoryid=10[/url]
>
> And heres an article that talks about this a bit:
> [url]http://www.newmanzone.com/recipes/recipe.asp?LinkID=2&Link=index1.htm[/url]
>
> Here is a commercial extesnion that works with PHP and VBScript:
>>
>
> Beyond that you'll need to specify the server language and the database
> you're working with. Perhaps others will have more suggestions based on
> that info.
>
>
>
> --
> Danilo Celic
> | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
> | Team Macromedia for Dreamweaver : [url]http://macromedia.com/go/team/[/url]
Andy Guest



Reply With Quote

