1) A data source name (DSN) is a reference to that data source entry. It is the name you will use from within TeleFlow applications to access your database. Once you have your data source set up properly, you use a DB Connect step in TeleFlow to connect to it. (So, if you set up a data source with a DSN of "TEST_DATABASE", your DB Connect step should be populated with "DSN=TEST_DATABASE".
<br>
<br>2) You may need to experiment to get this work. If it is consistent with other ODBC drivers like the one you are using, it is the drive and path where database/tables your TeleFlow application is to use reside.
<br>
<br>3) There aren't many TeleFlow specific ODBC setup instructions to provide. However, refer to the TeleFlow help entry on the DB Connect step (Under chapters: Step Definitions and Usage >> Data Steps >> DB Connect). This has some of the sample DB Connect strings you might use, based on some common databases. (Note that we recommend against using MS Access, which has proven to be problematic for anything but testing purposes) How to set up the ODBC entry has more to do with the specific database being used than with those programs that use them. It is best to refer to documentation for the specific database.
|