Re: storedproc.edit: "select permission denied" when assigning to a field
From: Jeremy (jeremy)
Date: 02/08/05
- Next message: John Herbster: "Re: Null fields not printing correctly"
- Previous message: Viatcheslav V. Vassiliev: "Re: Memory Leak using TADODataset"
- In reply to: Del M: "Re: storedproc.edit: "select permission denied" when assigning to a field"
- Next in thread: Brian Bushay TeamB: "Re: storedproc.edit: "select permission denied" when assigning to a field"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 8 Feb 2005 14:46:07 -0800
Del, pardon me if I disagree with your statements.
First, people who are concerned with security prefer NOT giving end users
direct table permissions, but only giving them exec rights to stored
procedures.
I think you're also suggesting that there be a single userid that everyone
uses. Sorry, that would be a very serious security problem that we could
not tolerate. If you mean using an application role to control access, that
would be ok (but each user still should have to authenticate with their own
unique login). This app doesn't happen to use an application role, but I
have other apps that do use them successfully.
As for tadostoredproc being buggy, I don't think so. I have hundreds of
them in use in various apps, and they work extremely well, and very, very
fast -- even across the internet. In fact I have several that return
multiple recordsets. Saves a vast amount of latency which can be an
app-killer across the net.
In the specific case I raised, the behavior doesn't qualify as a bug. True,
I didn't understand how it worked, but now I know.
Jeremy
"Del M" <Del.Murray@CreditHawk.Net> wrote in message
news:42090c7c@newsgroups.borland.com...
> you should be using a sql userid that has the correct permissions for the
> application. If one user logged in under that userid can perform the
> operation then all users under that id can. Go with the tadodataset, your
> life will be simpler. Tadostoredproc is for executing stored procedures
> that
> dont return data, to use it any other way is probably going to get you a
> lot
> of grief, IIRC it is a little buggy.
>
>
- Next message: John Herbster: "Re: Null fields not printing correctly"
- Previous message: Viatcheslav V. Vassiliev: "Re: Memory Leak using TADODataset"
- In reply to: Del M: "Re: storedproc.edit: "select permission denied" when assigning to a field"
- Next in thread: Brian Bushay TeamB: "Re: storedproc.edit: "select permission denied" when assigning to a field"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|