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