L
Lance Johnson
I'm writing a query to update a blob field in my table. From what I've seen
the only way to do this is with a parameterized query. Is this correct? If
so that sucks because we're not tied to one specific db provider and we have
to write a separate one for each dbtype then, since there's no real
interface/base class for a command object.
Lance Johnson
the only way to do this is with a parameterized query. Is this correct? If
so that sucks because we're not tied to one specific db provider and we have
to write a separate one for each dbtype then, since there's no real
interface/base class for a command object.
Lance Johnson