#PreparedStatements

2025-04-19

Dynamic SQL in DB2: Using Variables for Table Names
Learn about DB2 Dynamic SQL: build flexible queries with variables, but prioritize security! Use prepared statements to prevent SQL injection. Master secure coding practices for robust database apps.
tech-champion.com/database/db2
...

2025-03-29

Dynamic SQL in DB2: Using Variables for Table Names
Learn about DB2 Dynamic SQL: build flexible queries with variables, but prioritize security! Use prepared statements to prevent SQL injection. Master secure coding practices for robust database apps.
tech-champion.com/database/db2
...

2023-06-16

@lewdthewides Wait what the fuck? en.wikipedia.org/wiki/2023_MOV

How in the hell do you still have #SQLInjection vulnerable frontends in this day and age in government-used systems? Has no one heard of #PreparedQueries / #PreparedStatements (yay type-safety) and #StoredProcedures? What, did they hire some intern with no supervision for writing a high-liability system?

#SQL #SQLI

Brian Vermeerbrianverm
2023-05-25

PSA:
Paramaterized queries and Prepared Statements are NOT the same!
Prepared statement usually accept query parameters, but not all paramaterized queries using prepared statements...

2023-02-14

@mikebabcock @Di4na @alex The worst part is that while #PreparedStatements aren't in the #SQL standard (as far as I can tell), pretty much every single SQL #DBMS has supported them in the last two decades.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst