Re: SQL Injection
- From: Kevin <kevin@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 15 Dec 2005 21:15:12 -0600
VT Venkatesh wrote:
Can some one throw light on how to prevent SQL injection with Delphi 2005/2006
Unless you're building your queries on the fly and populating the parameters by embedding strings directly I believe the framework (dbExpress, etc.) will actually prevent SQL injection.
As I understand it, SQL injection occurs when someone types in characters via a front-end that change a SQL statement so that it executes something unintended (like an update statement).
If someone knows of any loopholes in the Delphi DB libraries I'd be interested to know, but I'm not aware of any...
Cheers, Kevin. .
- References:
- SQL Injection
- From: VT Venkatesh
- SQL Injection
- Prev by Date: Re: Borland Developer Studio 2006 Update 1 English is now available
- Next by Date: Re: Thank you Sysinternals. I can now kill D2006 remotely
- Previous by thread: SQL Injection
- Next by thread: Re: SQL Injection
- Index(es):
Relevant Pages
|