Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Ad_dee #1
Update two table in one datagrid
Dear all,
I have created a dataset which gets the data from two table and show them in
one datagrid. However, when I add the Edit column to the datagrid, I find that
DW only allow me to choose one table to update. Is there any way for me to
update the DB?
Eg Table1 have col: productID, productCatID, ProductDesc
Table2 have col: productCatID, productCat
Thanks!!
Ad_dee
Ad_dee Guest
-
Update SQL table based on datagrid changes
Hello all, How would I update the SQL table based on the changes made to the data grid in vb.net. Any help would be greatly appreciated, ... -
How many dataBase tables can a dataSet table update via dataGrid?
I would like to display data in a datagrid in which the source of the data is multiple database tables. The select statement in the command object... -
To all Gurus: How can I edit/update a DataGrid in a DataGrid (nested DataGrid)? Possible?
Hello, I am searching the whole Internet for a good example how to edit/update a DataGrid in a DataGrid (nested DataGrid). I know how to... -
How do you update corresponding rows on the same table after a row on the table has been updated?
This is my goal: When specific columns in a row, in a table, are updated, corresponding columns in other rows in the same table need to be updated... -
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... -
Paul Whitham TMM #2
Re: Update two table in one datagrid
Not with the built in DW code because the update statement is written inside
of the custom tag. With hand written code it is relatively easy to do. I
suggest that you have a look at the articles on [url]www.4guysfromrolla.com[/url] on
the datagrid as this is will show you how.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"Ad_dee" <webforumsuser@macromedia.com> wrote in message
news:d2eekj$se$1@forums.macromedia.com...in> Dear all,
>
> I have created a dataset which gets the data from two table and show themthat> one datagrid. However, when I add the Edit column to the datagrid, I find> DW only allow me to choose one table to update. Is there any way for me to
> update the DB?
>
> Eg Table1 have col: productID, productCatID, ProductDesc
> Table2 have col: productCatID, productCat
>
> Thanks!!
>
> Ad_dee
>
Paul Whitham TMM Guest



Reply With Quote

