Quantcast
Channel: User MikelThief - Stack Overflow
Viewing all articles
Browse latest Browse all 26

Answer by MikelThief for How to convert Oracle.ManagedDataAccess.Types.OracleString[] to System.String[]

$
0
0

Try to create an OracleString variable that will be a variable holding one element at a time from an array. Let's say this variable will be called oraStringVar.

Assign a value to it by:

oraStringVar = someListVar[index].Value;

Then you may extract what you need by executing:

string container = oraStringVar.Value

Note doubled use of Value. The same works for extracting clob to a string.


Viewing all articles
Browse latest Browse all 26

Latest Images

Trending Articles



Latest Images

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