"Project" field truncated when querying Project Table via OleDB

G

geoff

This is a very strange situation.

Using OLEDB in C# I query a MS Project file. If I select ONLY the Project
field (which returns the filename and path), then I get the entire filename
and path back.

However, if I query multiple fields, including Project, then the filename is
truncated.

Example queries:

SELECT Project FROM Project

SELECT Project, ProjectTitle FROM Project

The first query works, the second one returns only about half of the path
for the Project field.

I'm using C# and a DataReader to read the data.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top