How can I find out the names of the ODBC data sources available through the JDBC-ODBC driver?

Location: http://www.jguru.com/faq/view.jsp?EID=94778 Created: Jul 5, 2000 Modified: 2000-07-05 07:29:28.011 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) There is no Pure Java mechanism to get this information. If you don't mind locking yourself into the Microsoft VM, the following program demonstrates: import com.ms.wfc.app. *; public class ODBCSource { public static void main(String args) { RegistryKey regKey = Registry.

CURRENT_USER. GetSubKey ("Software\\ODBC\\ODBC. INI\\ODBC Data Sources"); if (regKey!

= null) { String dsn = regKey.getValueNames(); for(int I = 0; I.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions