1

The title about says it all.

I've developed in Access for 20+ years. I've held off learning SharePoint because everything I've read seems to indicate restrictions on true data management.

So... here are my basic questions:

  1. Is it possible to Edit data in SQL, SQL Azure, or mySQL from a SharePoint form.
  2. Does SharePoint designer 2013 have the capabilities to do serious form building (main form, subforms, command buttons, combo boxes for filtering records, etc...)?

I know SharePoint is a "work in progress" and that Access is a mature product. But, I really don't feel as though I can recommend that my clients use it for anything more than simple data entry.

Is SharePoint advancing enough that I can connect a form to a robust SQL database, bind forms to specific tables and allow for CRUD data interaction?

1 Answer 1

0

Yes, through Business Connectivity Services (BCS). You will need to set up an External Content Type (ECT), which will be used to pull in tables into SharePoint for manipulation. If I were going to go the first route, I'd say use REST API, build a custom form and you can use GETs and POSTs just like a regular SharePoint list.

SharePoint Designer is the tool you will use to start with BCS and getting an ECT designed and deployed to your environment and to a specific site. There are commands in there to filter in/out specific records. You need to build out the custom form yourself, unless you want to use an OOB form from SharePoint. Once you created the ECT and the list, go to add a record, or edit a record. These will be the OOB forms. If they aren't to your liking, you need to develop a custom form.

Another route besides a custom form would be to connect it to InfoPath. See this article: Infopath 2010 designing external list forms

Here are a few links to get you started:

Business Connectivity Services

External Content Types

REST API

3
  • Thanks for jumping in here... I do appreciate it. All in all - I'm a self learner and I don't mind digging in. But, here is my current situation: - I'm self-employed, so I only subscribed to SharePoint online - I downloaded SharePoint Designer - I've tried setting up a Data Base Connection to my own mySQL database, but am running into errors. - Upon research I found I had to set up an External Content Type and got the following error message: The Business Data Connectivity Metadata Store is currently unavailable - So ... to resolve this will I be required to purchase more product???? Commented Mar 31, 2016 at 0:43
  • follow this guide for sharepoint online: support.office.com/en-us/article/… Commented Mar 31, 2016 at 0:57
  • Thank you - I will definitely go through this information. Commented Mar 31, 2016 at 1:57

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.