im planning to do :
1. new db on sybase
2. pb will talk only with sybase
3. all data rqmts, from the ingres db, will be handled by sybase
a. ingres DBProcs will be executed using RPC, from within sybase SPs
b. ingres tables will be accessed from within sybase SPs (dot notation)
<srvrname>.<dbname>.<owner>.<objname>.<fldname<
c. data updates on the ingres db will be thru Sybase
is this approach
i) Right iv) wont work vii) dont bother
ii) Wrong v) tell me if it works viii) others
iii) Dangerous vi) iv already burnt my fingers (please specify)
thanx in advance
btw, what is omniconnect ?
nvn
For the addtl functionalities a new db has been created on Ingres. Also there
is need for accessing the existing db for query & update. Development in PB
is in progress using Intersolve's 16-bit ODBC driver.
Will the following idea work :
create the new database in Sybase on Hp-UX.
use Open-Client for communicating between PB & Syb.
use RPC for querying and updating the Ingres DB.
Can i access Ingres DBProc, Tables from within Sybase SP ?
Will the dot notation work inside the sybase ?
<server name>.<database name>.<owner name>.<table name>.<column name>
BTW what is omniconnect ?
thanx in advance
nvn
OMNIConnect is Sybase's main connectivity product. It is based
upon Open Server, and allows full read/write access to 25+
non-sybase data sources. It creates a system catalog that maps
the underlying non-sybase database/tables/records into Sybase SQL
Server compliant objects. Once this is done (using a supplied
utility) developers & users are totally unaware of where the
source data actual is located. Omni provides full location
transparency, and handles distributed joins and all of the
differences in language and data types behind the scenes.
You can dl info on Omni from the Sybase web site:
http://www.sybase.com
Regards,
Michael Smith, Sybase
"omniconnect" used to be called "OmniSQL Open Server" --- It can be e.g.,
used to translate T-SQL to Ingres SQL and also map tables and attributes
between them.
On Thursday, June 06, 1996, Natarajan. V. N. wrote...