Setting the Default Driver for File Open in Q+ELast reviewed: November 3, 1994Article ID: Q71776 |
The information in this article applies to:
Summary: It is possible to set the default database driver for the File Open command in Q+E for Microsoft Excel by modifying the connect= option in your WIN.INI file. More Information: The connect= option in your WIN.INI file is used to inform Q+E which driver to select by default when you choose to open a file. To make Q+E use a driver other than the one that is set up during installation, use a text editor such as Notepad to change the text that follows the connect= line to the name of another valid driver. Valid driver names will be listed in the [SQLCONNECT] section of WIN.INI. You will need to restart Windows for these changes to take effect. For example, the following is an example of WIN.INI immediately after Q+E is installed with the dBASEFile driver set up as the default:
[SQLCONNECT] ExcelFile=QEXLS SQLServer=QESS dBASEFile=QEDBF TextFile=QETXT [Q+E] connect=dBASEFile NoLogon=dBASEFile,TextFile,ExcelFile Maximized=1 AsciiOem=0If you usually open Microsoft Excel files in Q+E, you will want to change the "connect=dBASEFile" line to "connect=ExcelFile" (without the quotation marks):
[SQLCONNECT] ExcelFile=QEXLS SQLServer=QESS dBASEFile=QEDBF TextFile=QETXT [Q+E] connect=ExcelFile NoLogon=dBASEFile,TextFile,ExcelFile Maximized=1 AsciiOem=0 |
KBCategory: kbother
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |