IDataParameters

  • Thread starter Thread starter Daniel Bello Urizarri
  • Start date Start date
D

Daniel Bello Urizarri

Hello:

I have a program that can be connected to any database with an existing
adonet driver (Connection and Adapter). I need to use long binary data, so
I'm using parameters. Parameters have some properties like DbType and
SourceColumn.

I have been using parameters setting only the name and value, and everything
works.
Can anyone tell me an scenario in which setting only those properties will
become an error?

?
 
Output parameters are the only case where I've found it necessary to use
more - although I'd be leery of databases which don't accept parameterized
queries...
 
Back
Top