• Hi
    I have installed the Contact Form DB plugin for wordpress on azure using sql server as database. When the activation starts it fails with table create statements:

    WordPress database error: [[Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Incorrect syntax near the keyword ‘file’. Code – 156]
    CREATE TABLE wp_cf7dbplugin_submits ( submit_time DECIMAL(16,4) NOT NULL, form_name NVARCHAR(127) , field_name NVARCHAR(127) , field_value NVARCHAR(MAX) , field_order INTEGER, file LONGBLOB);

    LONGBLOB is not a sql server data type.

    Is there support for SQL Server/ separate install files for sql server?

The topic ‘longblob not supported’ is closed to new replies.