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: Find method problem in OO4O

Re: Find method problem in OO4O

From: Quark Geng <quark_at_technical-e.co.jp>
Date: Thu, 6 May 1999 09:00:25 +0900
Message-ID: <7gqlv6$3lq$1@news.coara.or.jp>


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_at_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
>
>
Received on Wed May 05 1999 - 19:00:25 CDT

Original text of this message

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