ASP.NET OracleDataSource PIPELINED function
Posted: Thu 08 Nov 2012 09:24
Hello,
I use on ASP.NET a OracleDataSource 5.70.190 in direct mode with this selectduring designtime I can select data, but during runtime I get:
By the way:
doesn't work, but there I found some workarounds
Thank you
I use on ASP.NET a OracleDataSource 5.70.190 in direct mode with this select
Code: Select all
select * from table(packname.functname(:id))
What can I do for workaround ?Error occured while parsing the FORM clause: identifier or expression expected
By the way:
Code: Select all
with x as (select * form y)
select * from x
Thank you