This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

vid_insertforhandleobject_freeze

Hello,

we are migrating to V7.1.1.

I can't find the function vid_insertforhandleobject_freeze in the database.

How can we trigger an Dataset Insert / Update via SQL ?

We have special programming in SQL, so DataImporter is no alternative.

exec vid_insertforhandleobject_freeze 'Insert', 'Department',
'',
'FullPath','USU Migration',
'DepartmentName','USU Migration',
'UID_ParentDepartment',@UID_ParentDepartment,
@ProcID=12345

Best regards

Bernd

Parents
  • Do you have an example?
    What means QBM_YParameterList ?

    Operand type clash: varchar is incompatible with QBM_YParameterList

    exec Qbm_pjobcreate_hoinsert 'Department',
    '12345',
    '',
    'SingleTransaction',true,
    'p1','FullPath','v1','USU Migration',
    'p2','DepartmentName','v2','USU Migration',
    'p3','UID_ParentDepartment','v3',''
Reply
  • Do you have an example?
    What means QBM_YParameterList ?

    Operand type clash: varchar is incompatible with QBM_YParameterList

    exec Qbm_pjobcreate_hoinsert 'Department',
    '12345',
    '',
    'SingleTransaction',true,
    'p1','FullPath','v1','USU Migration',
    'p2','DepartmentName','v2','USU Migration',
    'p3','UID_ParentDepartment','v3',''
Children
No Data