Xref: alice comp.databases.oracle.misc:30592
Path: alice!news-feed.fnsi.net!nntp01.net-okbr01.exodus.net!nntp01.net-okbr01.exodus.net!newsfeed.cwix.com!158.205.228.2!news.idc.ad.jp!nspixp2!newsfeed.btnis.ad.jp!np0.iij.ad.jp!nnx.mfeed.ad.jp!newsgate1.web.ad.jp!newsgate3.web.ad.jp!newsfeed-noc.infoweb.or.jp!news.coara.or.jp!not-for-mail
From: "Quark Geng" <quark@technical-e.co.jp>
Newsgroups: comp.databases.oracle.misc
Subject: Re: Find method problem in OO4O
Date: Thu, 6 May 1999 09:00:25 +0900
Organization: New COARA
Lines: 25
Message-ID: <7gqlv6$3lq$1@news.coara.or.jp>
References: <372f7e51$0$30295@fountain.mindlink.net>
Mime-Version: 1.0
Content-Type: text/plain;
 charset="iso-2022-jp"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft Outlook Express 4.72.3110.5
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3

OraDynaSet.FindFirst      "LINE_NO = 2"

if OraDynaSet.NoMatch Then
    MsgBox " Couldn't find !"
Else
    MsgBox " I found it!"
End If

Gennady wrote in message <372f7e51$0$30295@fountain.mindlink.net>...
>Hello,
>I am using VBA for Oracle PO8 database application
>creation and OO4O for DB connection.
>When I use Find method like this:
>
>OraDynaSet.FindFirst      "LINE_NO = 2",
>
>where LINE_NO is a field name in OraDynaSet,
>I get an error message:
>OIP-04121: Invalid bookmark.
>Could anybody give me a hint to fix this problem?
>Thanks,
>Gennady
>
>

