Discussion:
getting the ODBC from computer
(too old to reply)
jeyanthi
2008-08-06 03:40:05 UTC
Permalink
hi i need ODBC driver from a computer
is it possible to get version of the driver programmatically in labview?
if possible i need some help 
muks
2008-08-06 05:10:05 UTC
Permalink
I am sorry but can i know what is ODBC?
Ravens Fan
2008-08-06 05:40:04 UTC
Permalink
Muks,
 
That is the kind of question to google or look up in wikipedia <a href="http://en.wikipedia.org/wiki/ODBC" target="_blank">http://en.wikipedia.org/wiki/ODBC</a>&nbsp;:smileywink:&nbsp; It is a way to connect to databases.
&nbsp;
Jeyanthi,
&nbsp;
I'd recommend searching the forums for "ODBC driver version".&nbsp; Here is one rather old link&nbsp; <a href="http://forums.ni.com/ni/board/message?board.id=190&amp;view=by_date_ascending&amp;message.id=253#M253" target="_blank">http://forums.ni.com/ni/board/message?board.id=190&amp;view=by_date_ascending&amp;message.id=253#M253</a>&nbsp;that may help
&nbsp;
smercurio_fc
2008-08-06 16:40:07 UTC
Permalink
Another way to do it is to simply get the file's information and get the version from that. For example, the following uses .NET to get the file version for the Microsoft Access ODBC driver:<img src="Loading Image..."> You can do the same using the Windows API, but .NET is a lot easier. Message Edited by smercurio_fc on 08-06-2008 11:25 AM


Example_VI.png:
http://forums.ni.com/attachments/ni/170/347163/1/Example_VI.png
smercurio_fc
2008-08-06 16:40:08 UTC
Permalink
By the way, you can find out the names of the DLLs from the ODBC Data Source Administrator:Message Edited by smercurio_fc on 08-06-2008 11:31 AM


ODBC drivers2.png:
http://forums.ni.com/attachments/ni/170/347166/3/ODBC drivers2.png
Loading...