Newbie demystifying Import script
671001Jan 9 2009 — edited Feb 13 2009I am new to FDM (and VBscript) and need some clarification on an previously written script in order to fully comprehend what happens when it is executed. Could somebody explain what this part of the FDM Import script does.
strSQL = "Select * FROM tmAccount where tmAccount.Account=" & "'"& AccountSp & "'"
Set rsAllocate = DW.DataAccess.farssnap(CStr(strSQL))
Set RES.PcolRecs = DW.DBTools.fCreateRecCol
RES.PcolRecs.PblnAdd = True
RES.PcolRecs.PblnUpdate = False
I think it is some kind of API statement but have not been able to pinpoint its objective.The info in the Admin and API guides are quite limited.
I appreciate any info you guys have on this matter.
Stefan