Thread: adCmdText
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
scott scott is offline
external usenet poster
 
Posts: 577
Default adCmdText

AA2e72E,

Please excuse my ignorance, but how to specify the "early" binding in the
code? I appreciate your help.

"AA2e72E" wrote:

As pointed oout, adCmdText is in the ADO library. It is a constant that
Access can resolve ONLY if you are using 'early' binding; with 'late'
binding, you need to specify the actual value of the constant.