Sharepoint 更新自定义数据库

发布于 2024-07-16 17:36:12 字数 362 浏览 5 评论 0原文

是否可以利用 Sharepoint UI(例如列表编辑器)对外部数据库(由单独的后端应用程序拥有和使用)执行基本的 CRUD 操作?
我该怎么办呢?

该数据库中有相当多的表,我只是希望最大限度地减少我们需要开发和维护的自定义代码(因为我们并不是真正的开发商店 - 并且没有闲置的程序员......) .
(最好是在 WSS 上,而不是 MOSS...但愿意听)

我应该添加这个应用程序在内部使用,并且这些表可以被视为后端进程的复杂配置 - 需要经常更改,并且还包括数据“喂养“过程。

此外,我没有兴趣为此编写自定义 WebPart,我还不如做一个简单的 CRUD Web 应用程序...我希望利用内置功能,并且仅配置就足够了。

Is it at all possible to leverage Sharepoint UI (e.g. lists editor), to perform basic CRUD operations on external database (owned and used by separate backend application)?
How would I go about this?

There are quite a few tables in this db, and I'm just looking to minimize custom code we'd need to develop and maintain (since we're not really a development shop - and dont have spare programmers lying around...).
(Preferably on WSS, and not MOSS... but willing to listen)

I should add this application is used internally, and these tables can be seen as complex configuration for backend processes - that need to change often, and also include data to "feed" the processes.

Moreover, I don't have interest in coding a custom WebPart for this, I might as well do a simple CRUD web app... I'm looking to leverage built-in functionality, and sufficing with configuration alone.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

堇年纸鸢 2024-07-23 17:36:12

如果您想要访问另一个数据库中的数据并在没有自定义代码、第 3 方产品或 BDC(MOSS Enterprise 的一部分)的情况下在 SharePoint UI 中显示它,那么我建议您查看可以添加到的数据表单 Web 部件使用 SharePoint Designer 的页面。 我确信上面有很多链接 - 我刚刚发现的一个看起来不错的链接是 此处

If you want to access data in another database and show it in the SharePoint UI without custom code, 3rd party products, or the BDC (part of MOSS Enterprise), then I recommend you look at the Data Form web part that can be added to a page using SharePoint Designer. I'm sure there are many links out there on it - one that looked pretty good that I just found is here.

十雾 2024-07-23 17:36:12

或者为什么不只做一个 ASP.NET 应用程序而不涉及 Sharepoint,而不仅仅是查看页面......

Or why not just do an asp.net application and not involve Sharepoint more than just view the page.....

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文