[Overview][Types][Classes][Variables][Index] |
Source position: mssqlconn.pp line 129
published property TMSSQLConnection.Params : TStrings; |
TMSSQLConnection specific:
set "AutoCommit=true" if you don't want to explicitly commit/rollback transactions
set "TextSize=16777216 - to set maximum size of blob/text/image data returned. Otherwise, these large fields may be cut off when retrieving/setting data.