ADO Constants

  • Thread starter Thread starter Wayne Wengert
  • Start date Start date
W

Wayne Wengert

I am trying to use some ADO subroutines within a new VB.NET project. I have
included references to ADOX and adovbs but constants such as "adVarWChar"
are still showing as undeclared. How do I get the system to recognize these?
 
You have to add a reference to ADODB to the project as well...

Want to know more? Check out the MSDN Library at http://msdn.microsoft.com or the Microsoft Knowledge Base at http://support.microsoft.com

Scot Rose, MCSD
Microsoft Visual Basic Developer Support
Email : (e-mail address removed) <Remove word online. from address>

This posting is provided “AS IS”, with no warranties, and confers no rights.




--------------------
 
Back
Top