TMSCONNECTION TO READ ONLY

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Mig_2000
Posts: 2
Joined: Thu 29 Jun 2006 17:53

TMSCONNECTION TO READ ONLY

Post by Mig_2000 » Tue 02 Sep 2008 18:46

Hi

I need to put my interface in read only for a specific user but i don't want modify all my query in my application.

It is possible to put the component TMSCONNECTION at read only :?:

Do you have another idea :?:

It is easy with a TMSCONNECTION because i call a datamodule in each form and the datamodule contains a TMSCONNECTION


thanks :D


I have a version 4.30.0.12 for delphi 7

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 03 Sep 2008 16:14

You can't set TMSConnection in read only mode. In order to solve this problem you can set specific permissions for the user, to allow him read database objects only.

Post Reply