Hello everyone :
I use c# on oracle 10g when i use my sql script "sum
( utl_raw.cast_to_integer(substr(Column_name,1,2))) " the adapter
never wanted to create a dataset , when in design time if i test the
script it gets results after a bad character message , but in run time
it never wanted to create the dataset in run time when i force code to
do it using external file to read the script and put it into the
oracle command text so ........
why utl_raw function is not supported in .NET?
Is there any using ?????; Library missing in the head of the my code
like pl/sql library or something
Do i need to embed something to work on orcale 10g?
Plz note that the same exact script works very fine in the PL/SQL
environment.
Any ideas about this issue from u guys will be great it's been quite
headache.
Thanx a lot.