ADO recordset error
mkarja wrote:
Operation is not allowed when the object is closed.
The query does not return a row set. Try connecting to the database,
rather than the server, by specifying the initial catalog in the
connection string, then omitting the USE <database from the SQL text.
Jamie.
--
|