How to import ADOX ?

  • Thread starter Thread starter Guillaume Charhon
  • Start date Start date
G

Guillaume Charhon

Hello everybody,

I need to use adox classes, and I don't know where to find them.

I try to download Microsoft Data Access SDK, but I can't import the
libraries in my C# project.

How can I do ?

Thank you for your help.
 
I have find the solution :
Right click on Reference->Add reference
In the "COM" tab
add Microsoft ADO ext.6.0 for DLL and security.



Guillaume Charhon a écrit :
 
Hello Guillaume,

Why u cant import them? Any kind error?

How did u add reference? Via VS IDE ->Add Reference -> Com tab and selecting
"Microsoft ActiveX Data Object"?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

GC> Hello everybody,
GC>
GC> I need to use adox classes, and I don't know where to find them.
GC>
GC> I try to download Microsoft Data Access SDK, but I can't import the
GC> libraries in my C# project.
GC>
GC> How can I do ?
GC>
GC> Thank you for your help.
GC>
 
Thanks, but now it works.
I didn't know that adox was in the com tab.



Michael Nemtsev a écrit :
 
Back
Top