Create an ODBC connection to a database
An Open Database Connectivity (ODBC) connection is a simple connection to a database. This connection can be used by any application that is ODBC compliant to access the data. The connection will work without regard to type of database, or application trying to access data. In working with Thomson Reuters software the two most common ODBC connections are MS SQL, and MS Access. There are many other types of connections possible.
There are a couple of reasons to utilize an ODBC connection.
- An ODBC connection can be used to diagnose database connectivity problems - this is a valuable tool to establish connectivity, support may utilize this to troubleshoot database connectivity issues.
- Users of GoFileRoom may use an ODBC connection to a time and billing database to import clients via the GFR Lookup List Sync utility.
To establish an MS SQL ODBC connection:
Be sure you are working from the computer that needs the connection.
- Open theControl Panel, then selectAdministrative Tools.
- OpenData Sources (ODBC).
- Select theSystem DSNtab.
- SelectAdd, selectSQL Serverfrom the list, selectFinish.
- Type aName, andDescriptionfor the connection - Be descriptive if this is going to be used for more than testing
- Select the SQL server the database resides on and selectnext.
- The next screen prompts you to enter how SQL server will verify the authenticity of the login. The default is Windows NT authentication, and this should be adequate in almost all circumstances.noteIf you are unable to connect, and know a valid SQL login you can revisit this and change the authentication method.
- Once you have selected an authentication method selectnext.
- At the next screen change the default database to the database you are trying to establish connectivity to, if you do not see the database you need, you may not be connected to the correct SQL server. Once you have the database selected, selectnext.
- SelectFinishat the next prompt, no changes are needed on this screen.
- A window will open, select theTest Data Sourcebutton
- It should return a message of Tests Completed Successfully, if you do not get this message you may have the authentication method entered incorrectly, or have a connectivity issue that needs to be addressed