Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Question about Oracle ODBC
In article <734jki$869$1_at_nnrp1.dejanews.com>,
xiaodipi_at_my-dejanews.com wrote:
> Personal Oracle 8 is installed in my PC(win95). I try to run a VC++ program
> which is provided in MS MSDN "samples\mfc\database\catalog2". This VC++ code
> use ODBC to access the other databases. I try to connect the Oracle ODBC
> driver. After I input "service name", "username", and "password", a error
> message displayed "ODBC static cursors required for snapshot support".
I
> guessed I need create a new snapshot in the local database in Oracle 8
> Navigator. So I tried to create a new snapshot as following: First I build a
> new "Data connection(remote)", then drag one table in "Database Connetions"
> onto the folder "snapshot" in local database, but there was a error message
> displayed " ORA-02082 : a loopback databse link must have a connection
> qualifer". I read the help file about ORA-02082. But I still can not figure
> it out. Is there any one can figure it out? Thank you so much! I appreciate
> it!
>
On the missing static cursors thing I would like to point out that the MS Oracle driver does only support forward only cursors. What you need to do here is to enable the cursor library (supports forward only and static cursors) or use the current oracle oracle driver or the intersolv oracle driver which support forward only, keyset driven and static cursors (need to be enabled seperatly for the intersolv driver in the advanced options).
Toffie.
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Sun Nov 22 1998 - 03:45:14 CST
![]() |
![]() |