I have just written an application using C# and the .NET framework Odbc class libraries (my second app so I am a rookie) and seem to have it working, however I need to determine the Odbc functions supported by the driver (aka SQLGetFunctions). I cannot find any Odbc method that does this for me. Do I use "ExecuteNonQuery" or something else. Is there a good text on Odbc programming with .NET Framework 4?