Hi all. Lately I've come across the need to view the schema of a database, i.e. I wanted to retrieve a list of tables available in a remote DB. After a quick search , I found that the .NET Framework 2.0 supports a method to retrieve such info from the data adapter. After a successful installation of this framework I tried to use the mentioned method but seems that the .NET IDE was still linked in some way to Framework 1.1. Obviously I tried to uninstall the 1.1 but doesn't let me. I've tried to look in options of the VB.NET IDE to specify which framework to use i.e. 2.0 over the 1.1.
Nothing of the above worked. The installation did not report any problems and the Framework 2.0 configuration wizard seems working. The only plausible reason is that I'm missing some step out.
Have anyone ever succeeded to install the framework 2.0 over VS. 2003 please? I'm starting to suspect that it is not supported. If not I have another question i.e. the original problem is "How can I list the available tables in a remote DB through ODBC??"

Nothing of the above worked. The installation did not report any problems and the Framework 2.0 configuration wizard seems working. The only plausible reason is that I'm missing some step out.
Have anyone ever succeeded to install the framework 2.0 over VS. 2003 please? I'm starting to suspect that it is not supported. If not I have another question i.e. the original problem is "How can I list the available tables in a remote DB through ODBC??"