Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have a query in SQL that will add 1 to the current rank of "contractors"(table column) and put that in a new column. Those new updated values will need to be bring back to SharePoint. Once I create a new Item in a SharePoint list, it needs to know the current "rank"(table column) of the contractors so I can choose contractors based on the actual rank. Every time I create/saved a new Item the rank needs to be incremented by 1 in the SQL Table.

The SQL part is OK.

Now I need to complete the SharePoint part that like I said needs to keep record of the current rank for the selection.

Thanks.
Posted
Updated 5-Mar-14 10:10am
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900