This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / What are early binding and late binding in VB?What are early binding and late binding in VB?
-guest:Eric;
2001-7-31
{46}
(#151280@0)
-
early binding means you bind a control like textbox to a database at design time.late binding means at design time you do not bind the control but use code to bind it in run time.
-guest:;
2001-7-31
(#151293@0)