Re: ADO Update Fails (No Error)
Date: Thu, 23 Oct 2003 20:38:34 -0500
>I have a simple TADOQuery (Select * from Table1) and am scrolling through it and updating
>each record. the problem I am having is that if I Stop the code (in IDE) and the F9 (run) the
>data is correcly updated. If I let it run through the data is not updated except for the first row.
What database are you using and how are you updating the query? Are you
directly changing the data in a data aware control or are you generating an
Update Query.
How are you determining that the data is not updating?
--
Brian Bushay (TeamB)
Bbushay@NMPLS.com
Relevant Pages
- RE: find and replace data
... the id numbers were not autonumbers. ... there are three tables in my historic database ... problem with updating the last table and ended up with some duplicate entries ... used an update query to update the old id numbers to new id numbers. ... (microsoft.public.access.queries) - Re: datagrid update command
... -i display it on a textbox on the form b4 updating the dataset ... >> hi sir ... > always cause error says that CType is not defined inmy namespace, ... > how can i update the database or the dataset without knowing the value ... (microsoft.public.dotnet.framework.aspnet) - RE: make all text upper case in Access
... I am going into my form properties and under the "after update" I am adding ... Private Sub First Name_AfterUpdate ... the database was being created but unfortunately I was not here at the time ... > the function in an update query to update all of the existing data in your ... (microsoft.public.access.modulesdaovba) - Re: Exporting/Importing same Form
... suggestions for you about how to export/email a Word file specifically. ... A generic update query statement might be something like this: ... returned and imported back into the database. ... the information in the fields of the Word form. ... (microsoft.public.access.externaldata) - Re: Looping through a datagrid
... updating of the data when the request is posted back to the server. ... This is my> first attempt at creating a working Datagrid and having it update to a> database. ... I have> made some fields in the grid editable and want those changes to hit the> database at the same time with an update button that I have at the bottom of> the grid. ... >> Why would you loop through a data grid? ... (microsoft.public.dotnet.languages.csharp) |
|