J
Jim Brandley
Can someone please tell me the recommended best practice for loading a
subset of the columns from a single row of a database table?
Users can make fields come and go from the form, so a stored procedure
is not an option as I see it.
Using a datareader opens a cursor, which seems an inefficient way to
get one row, but I do not see an alternative. I tried ExecuteNonQuery
with a Select statement, but it didn't seem to like selects at all.
ORA-01036 - invalid parameter name/number.
Any help would be appreciated.
subset of the columns from a single row of a database table?
Users can make fields come and go from the form, so a stored procedure
is not an option as I see it.
Using a datareader opens a cursor, which seems an inefficient way to
get one row, but I do not see an alternative. I tried ExecuteNonQuery
with a Select statement, but it didn't seem to like selects at all.
ORA-01036 - invalid parameter name/number.
Any help would be appreciated.