In MS SQL server database , if table having field with datatype “nvarchar(MAX)” and “ntext” then showing error
“mssql_query(): Query failed | Script: C:\Program Files\NetMake\v81\wwwroot\scriptcase\prod hird\adodb\drivers\adodb-mssql.inc.php linha: 845”
I am using “MSSQL Server” as DBMS driver.
If change data type “nvarchar(100)” then its working fine.
if table having field with datatype use in grid and Form application then field are not showing.
Above error “[SIZE=2]mssql_query(): Query failed” generate in SQL Builder. [/SIZE]