문제

I want the user to be able to select certain checkboxes, in the background a sql query is created, depending on which selections have been made. Then a button is pressed to execute the query against an Oracle DB and results returned to page. Because the sql query will vary in construct I don't think I can use BCS as BCS would be pre-fixed and wont work with dynamic sql queries.

Is the BCS aspect correct and is this at all possible ootb or VS?

Thanks

도움이 되었습니까?

해결책

A custom interface, with check boxes and a submit button with a dynamic query, you'll need to build a solution in Visual Studio.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top