[Oledb-dev] Is it time for 1.0.0.20?
Victor Snezhko
snezhko at indorsoft.ru
Thu Apr 20 16:27:27 UTC 2006
Shachar Shemesh <psql at shemesh.biz> writes:
>>Index: TypeInfo.h
>>===================================================================
>>- colinfo->dwFlags=DBCOLUMNFLAGS_MAYBENULL|
>>+ colinfo->dwFlags=DBCOLUMNFLAGS_MAYBENULL|DBCOLUMNFLAGS_WRITE|
>> (colinfo->ulColumnSize==~0?0:DBCOLUMNFLAGS_ISFIXEDLENGTH);
>>
>>
> This is neither relevant nor correct. The columns are not writeable. Got
> unrelated stuff in the patch?
No, this is exactly what I'm trying to achieve - I want the columns to
be writable (at the moment through the client cursors only, I
understand that server-side support will require implementing
IRowsetChange et al. (or inheriting them from the new ATL Provider
templates in VC .NET+))
--
WBR, Victor V. Snezhko
E-mail: snezhko at indorsoft.ru
More information about the Oledb-devel
mailing list