Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[ HELP ] Laravel 5.8 - MS SQL Server - Invalid sql_display_size

Experienced Elementalist
Joined
Jul 23, 2012
Messages
201
Reaction score
128
Hello, i have connected to Microsoft sql server 2017 using php sql server PDO extension.... when try to select varbinary() data type over 3999 length i get this error: Invalid sql_display_size
If varbinary length is 3999 or less everything is fine. Currently column is defined as varbinary(7584)
using Laravel Framework 5.8, PHP 7.3, PHP SqlServer 5.6
Code:
Error message : Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN)
Invalid sql_display_size
 
Last edited:
Back
Top