import odbc32.ll into my vs2005 project

osamaakhattab

New member
Joined
Feb 8, 2006
Messages
4
Programming Experience
1-3
hi folks,
I would like to ask how can i import the file odbc32.dll into my vb.net project?
 
Let me ask this: why would you want to?

-tg
 
the reason to use odbc32

i am develoing a program that gets all the SQL servers in the network as wel as theier related database so odbc32 contains some function for that. i tried to import the .dll file but i couldent what shal i do?
 
I am not into this really, but if you were thinking about the ODBC API function SQLDataSources, I think there is relevance in the new SqlDataSourceEnumerator class in .Net 2.0. You should see several interesting namespaces in the list at left pane of webpage from the MSDN link of my previous post.
 
Back
Top