Quantcast
Channel: MicroStation Programming - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 1677

Re: How to use RemoveDatabaseLink for RIS data base connection (Oracle)

$
0
0

Relational Interface System

The Relational Interface System (RIS) was innovative Intergraph technology that provided database connectivity to multiple types of DB.  It provided something similar to Microsoft ODBC but predated it by several years.  In other words, RIS was made obsolete by ODBC many years ago.  I'm astonished that anyone is still using it.

irinag@iec.co.il:
myLinks = myElem.GetDatabaseLinks(RIS)

The argument to GetDatabaseLinks and RemoveDatabaseLink is one of the MsdDatabaseLinkage Enum values. 

DB TypeValueValue (Hex)
msdDatabaseLinkageInformix1(&H1)
msdDatabaseLinkageXBase4(&H4)
msdDatabaseLinkageOracle8(&H8)
msdDatabaseLinkageIngres32(&H20)
msdDatabaseLinkageOdbc128(&H80)
msdDatabaseLinkageOleDb256(&H100)

I don't see RIS in that enum: what value do you use for RIS and where did you obtain it?


Viewing all articles
Browse latest Browse all 1677

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>