SET NO_BROWSETABLE ON 是什么意思
问题点数:20、回复次数:8Top
1 楼baresi(定海神针)回复于 2002-01-25 11:09:14 得分 0
补充一下,是SQLTop
2 楼fatty2001(万深沉)回复于 2002-01-25 17:30:37 得分 20
SET NO_BROWSETABLE ON is an undocumented option performed for Remote Data Service (RDS) ActiveX Data Connector (ADC) connections to SQL Server. Enabling this option makes every SELECT statement act as though FOR BROWSE had been appended to the statement, but bypasses the temporary table that FOR BROWSE normally pipes the results through. The net effect is to add keys and timestamps to the query as hidden output columns so the client can update specific rows (updateable cursors) without separate trips to the server to pick up the meta-data and munging the query to get the appropriate columns.
Top
3 楼baresi(定海神针)回复于 2002-01-25 17:45:28 得分 0
兄弟,你在找出来的,我怎么找不到Top
4 楼baresi(定海神针)回复于 2002-01-25 17:45:50 得分 0
兄弟,你在找那出来的,我怎么找不到 Top
5 楼net_steven(素狼(W))回复于 2002-01-25 18:02:39 得分 0
这应该是sql 7.0 以前老版本的,2000中无。Top
6 楼baresi(定海神针)回复于 2002-01-25 22:04:06 得分 0
我说怎么在SQL2000的联机丛书里找不到Top
7 楼supsuccess(火气不小)回复于 2002-01-25 23:51:25 得分 0
我说呢Top
8 楼fatty2001(万深沉)回复于 2002-01-31 13:06:27 得分 0
我是在MSDN上找的Top




