Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Actually, for "Select" statement, you should use tMSSqlInput component.
tXXXRow component is usually used to any type of sql statement excepts select statement, we use txxxInput component to execute a select statement, if you use use tXXXRow to execute a select statement, it returns a record set, and you are required to use a tParseRecordSet component after tXXXRow to parse the record sets. You can find a demo job in this page.
Best regards
Sabrina
Hi,
Actually, for "Select" statement, you should use tMSSqlInput component.
tXXXRow component is usually used to any type of sql statement excepts select statement, we use txxxInput component to execute a select statement, if you use use tXXXRow to execute a select statement, it returns a record set, and you are required to use a tParseRecordSet component after tXXXRow to parse the record sets. You can find a demo job in this page.
Best regards
Sabrina