Viewing 15 posts - 76 through 90 (of 338 total)
Strange database - adds 20 - 30 tables quaterly.....hmmm....what type of database is it?
Sounds like a totally flawed design.......:D
September 25, 2008 at 5:00 am
Paradox and ObjectPAL (version 4.5) - yeah I worte my first GUI using that - was an amazing thing - had tabbed forms which I built from scratch as they...
September 17, 2008 at 2:03 am
Ralph Hightower (9/16/2008)
...during the time when Borland didn't know what it was going to do...
Thats always! 😀
Borland had no idea that racoons had eaten all their pond fish, and were...
September 16, 2008 at 10:01 am
Why would you want to move away from Delphi to C#, its B*stard son?
You can get Delphi .Net you know.
Pascal is one of the most elegant languages ever designed for...
September 16, 2008 at 7:53 am
When the only tool you have is an axe.....it gets kinda messy......:D
September 15, 2008 at 7:43 am
skjoldtc (9/15/2008)
Because you use the right tool for the job. I come to SQL Server as the only developer in a small shop that has...
September 15, 2008 at 7:11 am
My question is.....
Why would applications/web developers go outside of Visual Studio to do coding?
--Shaun
September 15, 2008 at 6:32 am
Denying/Revoking rights to users/logins on objects is the way to go, but any rights granted to the public role will override the deny/revoke on the user as everybody has this...
September 12, 2008 at 1:20 am
John: wide post dude! 😀
Casa51: My Assumptions:
1. Your database is accessed by a web application.
2. You take user input via the web application and insert it into your database.
This...
September 11, 2008 at 8:32 am
Gail are you determined to have the last say on this thread?
The people who write such rubbish websites keep me employed 😀
For every site I fix, a hundred more are...
September 10, 2008 at 8:13 am
Gail: I totally understand Query String maipulation as you've written it.
yes it doesn't require anything other than 'bad' script coding to cause such issues.
"http://somesite.invalid/products/listproducts.asp?CategoryID=7"
Who wouldn't parse that 'CategoryID' to make...
September 10, 2008 at 7:53 am
Enlighten me....how can a hacker change the content of a web page rendered on a server , which is then sent to the client browser....?
SQL injection via Cross Site...
September 10, 2008 at 7:07 am
Erm Ed, just one thing,
removing read permissions on sys tables so the web app can't see them kills this type of attack stone dead.
The specific attack needs to scan the...
September 10, 2008 at 6:16 am
You need to revoke any/all rights on all objects to the "public" role.
This means that all users/roles will have no rights unless you grant them specifically.
It is not SELECT that...
September 10, 2008 at 1:49 am
Cheers Chris! If this forum had rep it would be +rep for you dude! 😀
Thanks for clarifying the QOTD for us.
Microsoft - your documentation is ****. 😛
--Shaun
September 8, 2008 at 1:47 am
Viewing 15 posts - 76 through 90 (of 338 total)