Re: How can i escape special characters( % [ _ ) in an Access SQL statement?
- From: "Anders Borum" <anders@xxxxxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 11:20:48 +0100
Hi!
It is a recommended practice to use @parameters to provide placeholders in
your Sql statements. Construct the Sql statement with parameters and assign
the values by mapping each value to the corresponding parameter. This has
the benefit of a much cleaner Sql statement and avoids potential code
injections.
Let me know if you need additional help on this.
--
With regards
Anders Borum / SphereWorks
Microsoft Certified Professional (.NET MCP)
.
- References:
- How can i escape special characters( % [ _ ) in an Access SQL statement?
- From: forest demon
- How can i escape special characters( % [ _ ) in an Access SQL statement?
- Prev by Date: Re: Dealing cards
- Next by Date: Re: Garbage Collection and unreferenced local variable
- Previous by thread: Re: How can i escape special characters( % [ _ ) in an Access SQL stat
- Next by thread: Focus-Lost Problem
- Index(es):
Relevant Pages
|