Ask a Question related to Coldfusion Database Access, Design and Development.
-
Dave_03 #1
Updating mass data
Could anyone tell me how to update a large quantity of data using ASP.net with
an Access db attached, for example at the end of a week I want to reset
numerous fields to a null value. Obviously in Access this can be done with an
update query.
Any help appreciated.
Cheers
Dave_03 Guest
-
Updating components when data changes
I am having trouble getting a set of components to update when data is modified by another set of components. A... -
updating XML data
I have the following code in place to move a variable from my Flash app to an XML file for storage . . . //replace the GoodVN value in the XML... -
Updating data sent from Paypal
I have a value sent from paypal that I am trying to insert into an existing database. I am trying to call up the data, from the existing... -
Updating data in a column using it's own value
I trying to change all the entries in a column of a table to titlecase. I have a custom tag that does the case change but I can't get it to work in... -
Updating Data Using a Subform
On Tue, 8 Jul 2003 12:27:39 -0700, "Brian" <btvisc@hotmail.com> wrote: Base the Subform on a Query with a criterion of on the date/time... -
Brian Hogue #2
Re: Updating mass data
Sounds like you answered your question. Whether you are using CF, ASP, .NET
or JSP ... you want to execute the Access update. If CF, then try CFquery.
hth
-brian
"Dave_03" <webforumsuser@macromedia.com> wrote in message
news:d69ll1$qlm$1@forums.macromedia.com...with> Could anyone tell me how to update a large quantity of data using ASP.netan> an Access db attached, for example at the end of a week I want to reset
> numerous fields to a null value. Obviously in Access this can be done with> update query.
>
> Any help appreciated.
>
> Cheers
>
Brian Hogue Guest



Reply With Quote

