PRB: Database Object Permissions Overwritten in SQL Ent. Mgr.

ID: Q166682


The information in this article applies to:


SYMPTOMS

Any permission changes made using SQL Enterprise Manager, or similar tools, while a database object is open in the Visual InterDev Source Editor is overwritten when the object is saved from within Visual InterDev.

This applies to developers and users that have SQL Server or Oracle dataconnections.


CAUSE

Microsoft Visual Database Tools checks permissions on a object at the time that the object is loaded into the Source Editor. When the object is saved, those permissions are not rechecked. Visual InterDev saves the database objects with the same permissions with which it was opened. This behavior overwrites any changes that have occurred since the object was opened.


RESOLUTION

Verify that the object is not open in a Visual InterDev Source Editor when the permissions are being changed. Alternatively, do not change permissions on an object that is open in the Visual InterDev Source Editor.


STATUS

This behavior is by design.


MORE INFORMATION

Steps to Reproduce Behavior

  1. Launch Visual InterDev and SQL Enterprise Manager.


  2. Create a project in Visual InterDev and add a SQL data connection.


  3. Open a stored procedure from the data connection into the Source Editor.


  4. Using SQL Enterprise Manager, change the permissions on the stored procedure that is open.


  5. In Visual InterDev, save the stored procedure.


The permission changes made in SQL Enterprise Manager are lost. The Stored Procedure permissions revert back to those it had when the procedure was opened into the Source Editor.

NOTE: To verify in the SQL Enterprise Manager that the permissions are indeed the same as those when the procedure was opened in the Visual InterDev, right-click the "Stored Procedures" folder in the SQL Enterprise Manager and select Refresh from the shortcut menu.


REFERENCES

For the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:

http://support.microsoft.com/support/vinterdev/

Additional query words:


Keywords          : kbinterop kbSQLServ kbVisDBTools kbVisID100 kbVisID600 kbGrpASP VIServer kbDtDbDesigner 
Version           : WINDOWS:1.0,6.0
Platform          : WINDOWS 
Issue type        : kbprb 

Last Reviewed: April 2, 1999