Problème d'exécution d'une requête mssql depuis une page PHP
Bonjour,
j'ai une requête à exécuter depuis une page PHP : UPDATE table SET Excluded = 'True'
Cette requête s'éxecute correctement depuis Microsoft SQL Server Management Studio.
Par contre, quand je l'execute depuis ma page, j'ai cette erreur :
Citation:
Warning: mssql_query() [function.mssql-query]: message: UPDATE failed because the following SET options have incorrect settings: 'ANSI_NULLS, QUOTED_IDENTIFIER, CONCAT_NULL_YIELDS_NULL, ANSI_WARNINGS, ANSI_PADDING'. Verify that SET options are correct for use with indexed views and/or indexes on computed columns and/or query notifications and/or xml data type methods. (severity 16)
Pouvez-vous m'aider ?