I'm pretty new to programming for SQL. Using VB.NET (2005) how do I detect whether a user has been given write access to my database at designtime in a windows application? Is there something akin to my.user.isinrol e("Server/database/db_datawriter") ??? I just need to be able to distinguish between users with write access and those with just read access.
Any help would be much appreciated. Thanks.
Any help would be much appreciated. Thanks.
Comment