select no param
This commit is contained in:
@@ -13,3 +13,13 @@ on windows search for odbc data sources.
|
||||
go to the menu point drivers.
|
||||
There should odbc driver 17 for mssql server or something like that
|
||||
|
||||
## common pitfalls
|
||||
always close connections
|
||||
use with statement (preferred) or try -> finally
|
||||
sql injections
|
||||
use parameterized queries
|
||||
poor exception handling
|
||||
log errors, use finally blocks, use tx, use AD
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user