Re: Cannot insert or update columns from multiple tables (post #2) Need help please
- From: "Vitali Kalinin" <vitkalinin@xxxxxxxxx>
- Date: Tue, 30 May 2006 17:18:22 +0300
This is from BOL:
VIEW_METADATA
Specifies that SQL Server will return to the DBLIB, ODBC, and OLE DB APIs
the metadata information about the view, instead of the base table or
tables, when browse-mode metadata is being requested for a query that
references the view. Browse-mode metadata is additional metadata returned by
SQL Server to the client-side DB-LIB, ODBC, and OLE DB APIs, which allow the
client-side APIs to implement updatable client-side cursors. Browse-mode
meta data includes information about the base table that the columns in the
result set belong to.
As you see it states that it will work for the client-side cursors only, but
not for the server-side one.
If you really just want to update some record/records through a View then
you could switch to TADOCommand with appropriate commandtext assigned to
appropriate update statement. Can you explain what you are trying to
accomplish and why you can't use client side cursors?
.
- Follow-Ups:
- Re: Cannot insert or update columns from multiple tables (post #2) Need help please
- From: Christian Dubois
- Re: Cannot insert or update columns from multiple tables (post #2) Need help please
- References:
- Cannot insert or update columns from multiple tables (post #2) Need help please
- From: Christian Dubois
- Cannot insert or update columns from multiple tables (post #2) Need help please
- Prev by Date: Re: ADO in D7
- Next by Date: Re: ADO in D7
- Previous by thread: Cannot insert or update columns from multiple tables (post #2) Need help please
- Next by thread: Re: Cannot insert or update columns from multiple tables (post #2) Need help please
- Index(es):
Relevant Pages
|