Read/Write Microsoft Access (.accdb) synced to Sharepoint with Ruby -


i have had success reading , writing microsoft access .accdb database using ruby, , local access database.

unfortunately need able database has been uploaded , synced via sharepoint.

is possible this? how username/password handled?

any advice or sample code appreciated.

i may misunderstanding situation, apologize in advance if case.

when sync access db sharepoint, access creates sharepoint list each table. links list local access database. edit data through forms, editing data in sharepoint list. access serves proxy, , each list in sharepoint surfaced linked table in access, along connection string caches credentials. continue work access table (which sharepoint list), or bypass access altogether , work list in sharepoint directly. sharepoint has api , other techniques allow work list programmatically. if scenario, no longer need use access. ruby can work sharepoint.

let me know if off track, , perhaps can still help.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -