I'm trying to link to an external MS SQL Server database from an empty site using ODBC. When linking the external product reference to the internal one, the following error message appears:
Actinic Ecommerce was unable to determine if there are duplicate product references in the external table. Please correct the error or disable external product linking. The error message reported was:
ODBC--connection to 'mysqldb' failed.
The external table has the product reference as its primary key and a unique index and a unique constraint on the field. It does work however when the data is imported to an MS Access table.
I'm using Actinic Developer 7.0.2 and the Product ID's are 20 character varchar.
Does anyone know what I need to do to use SQL Server ?
Any help would be appreciated
Thanks,
Emran
Actinic Ecommerce was unable to determine if there are duplicate product references in the external table. Please correct the error or disable external product linking. The error message reported was:
ODBC--connection to 'mysqldb' failed.
The external table has the product reference as its primary key and a unique index and a unique constraint on the field. It does work however when the data is imported to an MS Access table.
I'm using Actinic Developer 7.0.2 and the Product ID's are 20 character varchar.
Does anyone know what I need to do to use SQL Server ?
Any help would be appreciated
Thanks,
Emran
Comment