Hi Thomas , I dropped ODBC since I run into thousands of problems and the 
documentation wasn't helpful ,since it put me on the wrong path .... 
Seems the same thing is happening with ADO . 
I wonder if those people who adviced me to switch to ADO were to be taken 
seriously ....

By now, I can't change my compiler so it seems I have no way out .

--- In [email protected], Thomas Hruska <thru...@...> wrote:
>
> Thomas Hruska wrote:
> > spudgun0 wrote:
> >> Hi everybody , I have a problem in compiling a chunk of code written for 
> >> VC++ 6.0 .
> > 
> > I'm going to assume you are NOT using VC++ 6.  Ancient compiler.  It 
> > could be something VC++ 6-specific but later versions are pretty good 
> > about migrating older code.
> > 
> > 
> >> I am using a ADO Recordset, which, according to the MSDN documentation, 
> >> should expose the property "EOF" .
> >> When I try to compile the following code :
> >>
> >>
> >> ADODB::_RecordsetPtr SchemaRS;
> >>
> >>   if (!SchemaRS->EOF)
> >>   {
> >>     .
> >>     .
> >>     .
> >>   }
> >>
> >> I get the following error : 
> >>
> >> error C2059: syntax error : '('
> 
> BTW, what happened to ODBC?  You were using that a while back for some 
> advanced stuff.
> 
> -- 
> Thomas Hruska
> CubicleSoft President
> Ph: 517-803-4197
> 
> *NEW* MyTaskFocus 1.1
> Get on task.  Stay on task.
> 
> http://www.CubicleSoft.com/MyTaskFocus/
>


Reply via email to