Problem with ATL OLE DB Provider
I created a ATL OLE DB Provider using the wizard in Visual Studio 2005 (from the "Add class" menu).
The Provider created is supposed to return a "dir"-like rowset to a consumer.
The problem is that the test I wrote is getting only the first character of each filename sent by the provider.
I don't think there is a problem on the consumer side - it's a 3 liner vbscript.
On the other hand tracing thru the provider code doesn't reveal any problems - the filenames seem to be complete all the way.
Am I doing something dumb?
Many thanks in advance!

