質問

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