I have a question pertaining to a "best practice" theory in regards to ODBC drivers.
Computer "A" is connected to a database that uses (2) DSN's to write and retrieve data from other databases.. One is an Oterro DSN that attaches to a foreign database. The other DSN attaches to a second RBASE database. Thus the question : A) Is it better to use Oterro for both connections? I.E. one ODBC driver, thus possibly less loading into memory? Oterro -> Foreign Database Oterro -> Rbase Database B) Use Oterro for the foreign database and use the 9.5 ODBC driver for the Rbase connection? I.E. is the native Rbase ODBC driver better suited for Rbase to Rbase connections? Oterro -> Foreign Database Rbase Driver -> Rbase Database Thanks, Bob

