Visual Basic / Database / Refresh
Snippet details
ID: 313
Viewed: 1507
Added: 2002-08-19
Version:
You should apply the Refresh method periodically to a Recordset object
to ensure that the Recordset object of instances of a Data control
object sharing a multiuser Database object reflect current data.
Applying the Refresh method to a Data control before and after updating
or deleting records with transaction processing applications is a good
database programming practice. You must use the Refresh method with a
Data control to open a database whose Connect and/or RecordSource
properties you specify in run mode.
to ensure that the Recordset object of instances of a Data control
object sharing a multiuser Database object reflect current data.
Applying the Refresh method to a Data control before and after updating
or deleting records with transaction processing applications is a good
database programming practice. You must use the Refresh method with a
Data control to open a database whose Connect and/or RecordSource
properties you specify in run mode.
General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: Unknown
| Snippet By: | Unknown |
| Declarations | |
| Code | |
| Highlight All | |
No Reviews to show
