CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (1 messages)

How is parametrizing a recordset faster than simply changing the filter and reopening? I know that the parameter method will only generate one SELECT call to the ODBC driver, wheras the filter method will rebuild the entire SELECT. But how? When you change the parameters, the WHERE clause changes and…