Re: consult an oracle DB through Oracle Media Objects?

From: EndUser <enduser_at_enduser.com>
Date: 1996/02/03
Message-ID: <enduser-0302961655280001_at_dial-sc1-6.iway.aimnet.com>#1/1


the product was called Oracle for Macintosh, Oracle Access.

it is a hypercard xfcn caled execsql

consider the following:

execsql("select username into :varusername: from myusertable where username is not null order by username") if the result is not 0 or the result is not 24 then

   answer "oracle error" && the result
end if

repeat with x=1 to number of lines in varusername

   answer line x of varusername
end repeat


In article <4eo3hl$758_at_chaos.kulnet.kuleuven.ac.be>, Raf.Cornelissen_at_student.kuleuven.ac.be wrote:

> In article <enduser-3001962152540001_at_dial-sc1-2.iway.aimnet.com>,
> enduser_at_enduser.com says...
> >oracle made an older product called oracle card, and it made an
> >older verions of oracle6 which came with hypercard stacks that
> >conatained an xfcn called execsql
> >
> >you need to get a copy of it, it will do the majic you have in mind.
> >i am using OMO to talk to oracle db as we speak, its cool.
>
>
> What exactly do I need and how does it work? How goes the parameter
> passing?
>
> Tnx...
  Received on Sat Feb 03 1996 - 00:00:00 CET

Original text of this message