Re: POWER OBJECTS
Date: 1995/06/01
Message-ID: <sista.39.0D94E784_at_interaccess.com>#1/1
>1) what are the main differences between
> <visual basic & oracle objects for ole> and
> <oracle power objects> (PO) ? i'm really confused...
> what are the main usp's against e.g. gupta's sqlwindows or
>borland's delphi ?
Power Objects is a front end tool. Oracle Objects are objects used to interface to the Oracle Database. You still need to use a Front End tool like VB or DELPHI. Instead of using CLI you would use Oracle Objects.
>2) does PO support dynamic embedded sql ?
> e.g.
> dim sSql as string
> sSql = "select var1,var2,... into :nvar1, :nvar2, ... from ..."
> Exec Sql sSql
> if not - is it possible to call oracle 7.1 package dbms_sql ?
Yes.
>3) does PO support multiple inheritance ?
> which oops-concepts will be supported ?
To a certain extent. You will be able to create what are called application
objects with method code, and will be able to drag and drop them on to a form.
This holds for objects like Push Buttons, Telephone Entry Box etc. Multiple
inheritence in the classical sense is not supported. But you could create a
user class of a form with other objects in it, then instantiate it to create
an object.
>4) is the exe-file generated by PO a 'real' exe file
> (or something like visual basic does) ?
Very similar to VB.
>5) will it be possible to generate 16-bit and/or 32-bit
> windows exe-files with PO under windows 3.x / windows 95 ?
Not at this time. Only under Windows 3.X for now.
>6) what about ocx-files ?
> i know that they will come - but they are not here (still using
>vbx) !
You can use OCX's. You have to import them into PO. They appear in the tool
box. Then you would use them in a normal fashion. You can also create OLE
objects. You can only embed them not link them.
>7) which rdbms will be supported but ms-sqlserver or sybase?
> odbc ? what's blaze ? what about ibm's db/2 or gupta's sqlbase ?
They will have native drivers for Sybase and Sql server. DBLIB only for now.
Blaze is the local engine that comes with PO for stand-alone development.
>8) when will PO be released and what's the price (like visual basic) ?
It is in beta now. Probably september/october time frame. $399 for standalone,
and something more for a client server version.
>11) does PO support oracle 7.1 sql-syntax completly ?
> i so some strange things in oracle reports 2.5 (cde/2)
> when executing sql statements like the following:
> select sum(mycol) AS total ....
>12) will PO be ported to ms-windows nt as a native app ?
Too early to tell.
>13) is there a listing stating the syntax differences between
> PO-basic and visual basic ?
Not that I have seen.
>14) don't take this last question too serious:
> how many guys but 'larry' want to use PO on a macintosh ?
> is there a possibility to get information about
> oracle users desktop operating system preferences ?
We have seen a few guys that are interested..
Hope this helps..
Kasu Sista
Links Technology Corp.
Received on Thu Jun 01 1995 - 00:00:00 CEST