RATE THIS ANSWER
0
Click to Vote:
0
0
The compilation error could happen if you have not imported ADODB.
Try adding this (at the beginning):
Imports ADODB
I think you also need to set reference to MS ADO objects 2.7 library using Project->Add Reference menu item and then select COM tab.
Once you do this, ADO objects are available and you should be able to see ADODB namespace.
Hope this helps.
Last Answered:
Oct 2 2008 3:07 PM GMT by Carlosdl 
29855 pts.