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.
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.