Hi!
I'm trying to execute a query against an Oracle database. The query I've
wrtten is rather long, and when I use

dbCommand.CommandText = "big long query..."

to set up the SELECT statement, CommandText gets truncated at around 250
characters. I need about 500 characters. What is the length limit for the
CommandText string? Short of creating a view or stored procedure on the DB
side, what are my options?

Thanks,
elmo