Pages

Men

rh

4/04/2013

What is early binding and late binding ?explain with example


early binding:

eg: dim rs as new adodb.recordset

Late Binding:

eg:

dim rs as adodb.recordset

set rs=new adodb.recordset

No comments :

Post a Comment