需要用dotnetnuke访问数据库
我有一个要求,我需要访问 dotnetnuke 中的数据库。我们是否需要为此开发一个新模块?或者 dotnetnuke 为我们提供了内置模块。
请帮忙!,我对 dotnetnuke 完全陌生。
谢谢。
I have a requirement where I need to access the database in dotnetnuke. Do we need to develop a new module for that?, or dotnetnuke provides us with built-in module.
Please help!, I'm completely new to dotnetnuke.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个报告模块,它允许您运行SQL 查询并将数据转换为显示,如果您只是显示数据库中的信息,这应该可以工作。
如果您需要接受输入,您可以查看 表单&列表模块可以让您创建一个表单,然后列出输入到表单的信息。
然而,比这更复杂的是,您可能需要创建一个自定义模块(或者从 DotNetNuke Store 满足您的需求)。
There's a Reports module which allows you to run SQL queries and transform that data into a display, which should work if you're just displaying information from the database.
If you need to accept input, you might look at the Form & List module which will let you create a form, and then list the information input to the form.
Any more complicated than that, however, and it looks like you'll probably need to create a custom module (or find a third party module from the DotNetNuke Store which meets your needs).