readonly access on tables

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default readonly access on tables

    Hi, We have a SQL server database on remote server. We are using ODBC
    connection to read and write into the table. But we have another user wants to
    retrieve(readonly access) our data on his pages. How can we create a user on
    our database and grant readonly access to that user? Thanks..

    navee Guest

  2. Similar Questions and Discussions

    1. tables - access db
      i'm using coldfusion with an access db. i currently have two tables in my db which i am able to query no probs. i now wnat to add a third table but...
    2. Database Access: Lock? Readonly? What to do...
      I have a CF site that uses MS Access databases for many different things, from creating the actual site, to doing Admin-related stuff like adding,...
    3. Access Tables without having a Server??
      Hello, I have a Java-Application that works with a MYSQL Server on a central Computer through the MYSQL-jdbc driver. Now I have the problem...
    4. Two tables in MS access
      Hi I have 2 tables in MS acess for my web application tdldecedent and tblcircumstances with common field name Case number. When the user will log...
    5. access tables
      :confused; we are doing a database driven website using dreamweaver and microsoft access as the database. everything works fine until we create an...
  3. #2

    Default Re: readonly access on tables

    If you have access to your database via Enterprise manager,
    you should be able to create a user with select privileges only.
    No Insert/Update/Delete/Grant privs.

    If you do not have access to Enterprise Manager, or your host has user
    names locked up in admin, get them to create a select only user for that
    database or series of tables. Then TEST it to ensure it works as you would
    like
    before handingit out :)

    --
    Tami
    aka DixieGal

    **************************
    The brain is a wonderful organ. It starts working the moment you get up in
    the morning
    and does not stop until you get into the office.
    --Robert Frost
    **************************
    "navee" <webforumsuser@macromedia.com> wrote in message
    news:d02eba$81m$1@forums.macromedia.com...
    | Hi, We have a SQL server database on remote server. We are using ODBC
    | connection to read and write into the table. But we have another user
    wants to
    | retrieve(readonly access) our data on his pages. How can we create a user
    on
    | our database and grant readonly access to that user? Thanks..
    |

    DixieGal Guest

  4. #3

    Default Re: readonly access on tables

    Since you will have to set up another datasource in cfAdmin anyway, use the same DB user but restrict to select only.

    If that user has access to cold fusion administrator, nevermind :P
    kyle969 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139