Home |
About me |
EXCEL
VB Programming (XL97-2003) |
ACCESS Programming |
EXCEL VB.Net Programming |
EXCEL Spreadsheet Functions |
Material Management | Guestbook
|
ADO Error object: Source PropertySyntax
Returns a string that is the name or ID of the object or application that generated the error. The Source property returns a string
value that is the name of the object or application that generated the
error. Remember that errors can be generated by both ADO and the
underlying data source (provider).
ExampleFor Each objError in objConnection
|