i’m trying to insert record into an SQL database using a domino database, i’ve created a DECS connection and a domino database containing a form with external data fields.
i’ve also created a decs activity matching each field of the form with the field of the table,it works fine if the table hasn’t any primary key, if the table has a primary key i’ll get the following error:
12/07/2004 15.19.56 Activity started
12/07/2004 15.21.26 Monitor failure –
ErrorRecord: HResult: 0x80040e21
Description: Invalid input parameter values. Check the status values for detail.
SQLErrorInfo: HY000
Source: Microsoft OLE DB Provider for SQL Server
, Connector ‘oledb’, Method -Insert- (12325)
12/07/2004 23.00.01 Activity finished
can you help me pleas?
TIA