Viewing 15 posts - 31 through 45 (of 73 total)
Hi frank,
How about using the application role to give your application permissions and lock down users own security privilages in your...
August 28, 2003 at 12:26 pm
Hi,
The view was created like this:
CREATE VIEW dbo.VIEWTesting
WITH VIEW_METADATA
AS
SELECT *
FROM dbo.TBL_Testing
Thanks
Chris
August 28, 2003 at 9:17 am
Thanks Guys,
Adding the alias solved the problem.
Cheers
Chris
August 27, 2003 at 5:49 am
Hi Frank,
Links,links,links! get as many as you can all over the web. If it's a technical site like, say,.. SQL server,...
August 25, 2003 at 4:00 pm
Hi Guys,
This site is always my first port of call 🙂 It could do with a section just for Access frontend apps...
August 11, 2003 at 11:12 am
Hi Mark,
Thanks for your help. I prefer your way of writting triggers without the set commands, I will write all my triggers...
August 11, 2003 at 4:55 am
Hi Mark,
Thanks for replying. As far as I know the view should meet the requirements, but I will have a good hard...
August 10, 2003 at 3:33 pm
Hi Frank,
Unrelated issues with the front-end mean that it will be quite a while before I have an end-to-end solution, but...
August 8, 2003 at 12:10 pm
Hi Frank
Thanks for that. Just trying to sound out how other people are doing this. It looks like we have a similar need. I have been able to get...
August 7, 2003 at 8:42 am
On commenting in general(not just TSQL);
I think well written, self descriptive code is the most important thing. Every effort should be made to get this right, indents, readable variable names...
March 31, 2003 at 5:18 am
I have found the foxpro drivers to be a real pain especialy with date fields.
Question: Is the code you posted the code you originally typed in or has it been...
December 11, 2002 at 7:58 pm
Can't remember if I have seen this with Access, but I have seen it with Foxpro datatype and the way round it was to change the destination column type in...
November 18, 2002 at 7:22 pm
Methodologies deal with both the diagramming conventions and the process by which you create your app. It's like a cookbook to what and how to go about writting software. ...
November 15, 2002 at 5:46 pm
The SQL Agent is now staying up(or comming back up), but all the jobs fail.
October 24, 2002 at 2:57 am
Thanks, the mail profile looks OK, we are only using the email when the job completes without error. I have now set the SQL agent to start up again automatically...
October 23, 2002 at 10:34 am
Viewing 15 posts - 31 through 45 (of 73 total)