Using ADODB Prefix in Declarations
Written by Eric Smith, Northstar Computer Systems LLC
A user asked me when she needed to use the ADODB prefix for an object declaration. The short answer is that it's not necessary. If you are sure that you only have one object named Connection, you don't have to prefix it with ADODB. In addition, prioritizing libraries in the References window will cause one library to be read before another. However, I generally always specify the library name. This eliminates any possible confusion or difficulty in understanding which object is being used.
Keywords: [
Active Data Objects
]
Publication Date: 10/1/2000
|