Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

OpenSchema on workbook reveals strange table

2 views
Skip to first unread message

onedaywhen

unread,
Aug 29, 2003, 12:34:45 PM8/29/03
to
I am querying a workbook using the ADO OpenSchema method and I'm
getting a strange result.

When I open a recordset using the adSchemaTables the TABLE_NAME field
contains the worksheet names as usual i.e. with the $ suffix except
one which has a $_ suffix. So, as well as a Details$ table I also have
a Details$_ table.

When I try to use adSchemaColumns on this Details$_ table I get the
error 'Object or provider is not capable of completing the requested
operation'.

All other worksheet tables and their columns are exposed to OpenSchema
as normal.

Can anyone shed any light on this?

onedaywhen

unread,
Sep 1, 2003, 4:08:38 AM9/1/03
to
...and when I try querying this 'table' e.g.

SELECT * FROM [dDetails$_]

I get the error "The Microsoft Jet database engine could not find the
object 'dDetails$_'."

oneda...@fmail.co.uk (onedaywhen) wrote in message news:<b8c9d0b7.03082...@posting.google.com>...

0 new messages