Using MS Access 97 To Update The Windows 98 WebTV Viewer Database

Continuing from the last article, it was noted that the WebTV Viewer for Windows 98 kept it's channel settings in a ODBC Database that could be modified with Microsoft Access. Wanting to explore the databases even more, Office 97, which includes Access, was installed onto my Win98VM. Afterwards, the TSS.MDB database located in the "C:\Program Files\TV Viewer" directory was opened. In order to add a channel, changes had to be made in a few of the tables. The following tables that need to be modified include: Channel, Channel Enhancements, Enhancements, Lineup, and Station. Starting with the Channel table opened, I've created a new entry for my example channel. It's important to remember the values of the field name, as it will correspond to field names of the other tables as well. Anyone familiar with database programming will know that a table will have a primary key, which is an identifier meant to impose a unique value for each table. Each channel will be uniqu...