
Help: CRecordset using Oracle7 and VC1.52
What are the assertions that are failing?
--
The opinions expressed in this message are my own personal views
and do not reflect the official views of Microsoft Corporation
Quote:
> I have encountered a peculiar problem using the CRecordset/view with
> VC1.52 connected through an Oracle7 ODBC connection. The connection
> is fine (tested with MS Query).
> My app is all set up with AppWizard. I added a couple of the fields from
> the
> selected table to the AppWizard created CRecordView dialog. I bound the
> edit controls to the foreign variables. All as describe in the tutorial.
> However, I'm getting failed assertions and GPFs when attempting to
connect
> to the Oracle DB.
> As a sanity check I tried the same thing with an Access table and it
worked
> fine.
> Has anyone experienced this or can anyone offer any help?
> Thanks,
> Chris Bohnert
> --