Invalid Use of Default Parameter
For some unknown reason I'm connecting to a Oracle 10g database via ODBC (from .Net! don't ask). I was adding some new code to a existing project which I'd manage to get to use IDataReader and such so that if one day I decided to switch from ODBC it would be easy. However all the old code uses [...]