devxlogo

Properties Collection of Data Access Objects

Properties Collection of Data Access Objects

The Properties collection of many data access objects is very helpfulwhen debugging. Execute this code from the debug window:

 For i = 0 to Recordset1.Properties.Count- 1:Debug.Print _	Recordset1.Properties(i).Name &Recordset1.Properties(i):Next
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist