database - Sharepoint: Connect to Access DB (.accdb) in document library -


i have site database placed inside document library. need extract data database , show in webpart.

is there sharepoint-specific way of doing this, or connect regular connection string , point @ filename in document library, eg: http://spsite/doclib/database.accdb?

i not need pull data often, if there's overhead "fetching" database document library , memory can overlooked. seems though sp should have built-in feature access data.

i tried searching how sharepoint 2007 show data access database, no avail.

(note: have no problem connection string, sql, showing data, etc. - problem how connect database can execute queries)

if table of data simple, consider exporting table access sharepoint list. access supports links sharepoint lists. so, can deploy access client application each persons desktop, data (the list) remain on sharepoint. since list standard list, standard sharepoint tools , code can use list other list.

i not believe can open , pull data table inside of accdb file, access can link sharepoint list , user grabs copy of access editing data in sharepoint list.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -