Hi,
What the are the different datatypes in the query?
I had faced a similar error long back when one of the data types retrieved
was a DateTime and allowed nulls. Unfortunately, there is no DateTime.Null,
which makes the XSD tool to throw errors.
Kindly check whether you are facing some similar issue.
--
HTH,
Rakesh Rajan
MVP, MCSD
http://www.msmvps.com/rakeshrajan/
"Chris" wrote:
> Hello,
>
> I am using an OleDbData Adapter to query a visual fox pro back end. When I
> build the query graphically everything goes fine until I try to generate a
> dataset. That throws an unspecified error and will not allow me to add a
> dataset to the project.
>
> Any ideas on what to check to resolve this?
> TIA