I am tapping into an Oracle database that is hosted at an ASP. I connect via ODBC. Simply, I prompt the user for a project number. Then I query the database based on that project number to return a customer name for that project. Here is how I'm doing it:
------------
Dim rsCustomer As...