Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error: 80040e4e
Message
From
18/08/1999 11:48:59
 
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Miscellaneous
Thread ID:
00254846
Message ID:
00255034
Views:
13
>Hi, I did the following steps:
>
>1)Created a new standard exe project
>2)Added a data environment
>3)Created a JET connection to nwind.mdb
>4)Created a command to the "customers" table (CustomerID,CompanyName)
>5)Ran the query and updated several company names succesfully
>6)Dragged the command onto form1
>7)Added a "movenext" command button
>8)Ran the application and when I tried to move onto the next record after changing a company name I get the above error with the explanation:
>
>"The change was cancelled during notification; no columns are changed"
>
>Does anyone know why?
>
>Thanks

Are you issuing a recordset.update() command before issuing the recordset.movenext command?

Michael
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform