Board index » cppbuilder » Pass array to activeX
Mats
![]() CBuilder Developer |
Fri, 02 Aug 2002 03:00:00 GMT
Pass array to activeX
I am trying to pass an array as argument but when
running i get EOleException with message 'Type missmatch in paramer. Must be an array object' Please can anyone help me / Mats //My C-code: cdoRowset.Exec( Function( "AddRows" ) <<rowsArray ); //This line //VB-exampel Rows(0, 0) = "1002" cdoRowset.AddRows Rows |