Re: Recordset problems with ADO/C++

From: Olivier Matrot (olivier.matrot_at_online.nospam)
Date: 10/22/04


Date: Fri, 22 Oct 2004 17:56:58 +0200

could you post some code ?
Out of the context it's difficult to figure out what's happening...

"claire" <claire@discussions.microsoft.com> wrote in message
news:95CEB3F3-A6D2-4191-B4F1-2B36E566A83F@microsoft.com...
> _RecordsetPtr newRecordSet(__uuidof(Recordset));
>
>
> The following:
> newRecordSet->Open()
>
> fails with an access violation in the recordset15::raw_open even though
> newRecordSet appears to be fine. I have a connection that works just fine
> as
> well.
>
> Can anyone help me out with this???