LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

getting the ODBC from computer

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 
0 Kudos
Message 1 of 5
(2,741 Views)
I am sorry but can i know what is ODBC?
0 Kudos
Message 2 of 5
(2,730 Views)
Muks,
 
That is the kind of question to google or look up in wikipedia http://en.wikipedia.org/wiki/ODBC Smiley Wink  It is a way to connect to databases.
 
Jeyanthi,
 
I'd recommend searching the forums for "ODBC driver version".  Here is one rather old link  http://forums.ni.com/ni/board/message?board.id=190&view=by_date_ascending&message.id=253#M253 that may help
 
Message 3 of 5
(2,724 Views)
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:


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
0 Kudos
Message 4 of 5
(2,699 Views)
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
0 Kudos
Message 5 of 5
(2,695 Views)