OracleDataAdapter returns no rows, but the query string works in SQLDeveloper

Posted by belzebu on Stack Overflow See other posts from Stack Overflow or by belzebu
Published on 2010-04-15T10:55:59Z Indexed on 2010/04/15 11:33 UTC
Read the original article Hit count: 240

Filed under:
|

visual studion 2008 oracle db 11.1.0.7 oracle client for .NET

I have a relatively simple query, that selects the rows from across multiple tables (up to 4) using joins. OracleDataAdapter returns no rows for the only dataset's table, but if I copy and paste that query in SQLDeveloper then I get the desired results. I can get the data from other tables using the adapter with no problem, but it seems like it struggles with the bit longer selection query (string length is ~ 300 (not that much at all))

Connection string for the connection is 100% correct.

Any ideas? thank you...

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about adapter