I’m trying build a simple web part that will query an external database, get a list of job numbers, populate a dropdown list with the job numbers, and display the populated dropdown in the web part. I’m using ODBC connections and the web part is failing when deployed. I can’t find much information on this subject (perhaps just looking in the wrong places). Is it ok to use ODBC method with web parts? If not, what is the correct method for connecting to and querying external databases? Links to related documentation/tutorials as well as any advice would be appreciated. This is my first web part (not counting Hello World) and is a proof of concept for some other applications we have in mind for webparts.