Ask a Question related to Coldfusion Database Access, Design and Development.
-
navee #1
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
-
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... -
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,... -
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... -
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... -
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... -
DixieGal #2
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
-
kyle969 #3
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



Reply With Quote

