Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Newbie demystifying Import script

671001Jan 9 2009 — edited Feb 13 2009
I 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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 13 2009
Added on Jan 9 2009
2 comments
1,701 views