vb6-ado-late-binding
Installation
SKILL.md
ADO Late Binding — VB6
ADO is accessed via late binding to avoid version-locking the MDAC stack on client machines. No reference to "Microsoft ActiveX Data Objects x.x Library" is added to the project. Both Microsoft SQL Server and PostgreSQL are supported through the same ADO surface, with small naming differences in parameter handling.
1. Declaration and instantiation
' Declarations — always As Object
Private mobjCnn As Object
Private mrsCustomers As Object