Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ODBC Problem with Dynaset

Re: ODBC Problem with Dynaset

From: mark tomlinson <marktoml_at_gdi.net>
Date: Mon, 04 May 1998 14:09:36 GMT
Message-ID: <3550cbfe.254278813@newshost.us.oracle.com>


On Fri, 01 May 1998 14:05:24 -0400, Dan Schaertel <dschaert_at_gte.net> wrote:

>Help! I am using Personal Oracle 8 and writing in Visual C++ 5.0 using
>ODBC under Windows95. I can only get a recordset if I use forwardOnly.
>I get an error indicating that the driver doesn't support dynaset if I
>try to do that. Actually it doesn't support snapshot either. I am
>using the Oracle ODBC driver 8.03. I was using the same exact code with
>SQL Server 6.5 and ODBC and it worked fine. I can also link to the
>tables through Access97. The ODBCTest program that comes with Oracle
>works fine. I don't get it. Is there something special that must be
>done to make this work.

Use the MS Curosr library, Oracle cursors are forward only, the ODBC doesn't support scrolling them without the use of the cursor library. Received on Mon May 04 1998 - 09:09:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US