"James Williams" <james@williams-eng.com> wrote in message
news:<bt733t$3ac2$1@news3.infoave.net>...
> Hello,
>
> I have spent 3 days trying to get ADO 3.1 to work on my PDA. I am
> using VC to develope the application. The problem that I am having,
> ADO 3.1 is not returning a field value from a record set. I mean that
> the get_Valve function is not working. However, if I connect using
> ADO3.0, then I can get my field values returned from the record set.
>
> Now with ADO 3.1, I can get a valid Connection object, I can open a
> record set with the Recordset object. I can get the record count of
> the opened record set. I can even get the name of the fields of the
> record set returned. I just can get any field values. I even tried
> using
> get_UnderlyingValue() method. Still no luck.
>
> But like I said, ADO 3.0 connection works fine. Does anyone know of
> anything special that has to be done to work with ADO 3.1 in VC. Are
> there special files I need to copy over to my PDA? Do I need to set up
> some different includes directions or object files? I do include the
> ado 3.1 in my include path.
>
> Any help would be appreciated. Also if anyone knows where there is a
> VC example application using ADO 3.1 that I can try and look at, that
> would also be appreciated.
>
> Thanks,
>
> James
>