数据库表单 VS 编程

发布于 2024-09-25 12:05:05 字数 57 浏览 1 评论 0原文

使用 Oracle 数据库表单 VS 使用 C#(VB) 或类似的程序进行编程有什么好处?从学术角度

What is the benefit of using Oracle Database forms VS using C#(VB) or like this for programming? from academic view

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

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

发布评论

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

评论(2

醉殇 2024-10-02 12:05:06

这是灵活性与开发速度的比较。我本以为表单包的灵活性会降低,但对于不会编程的人来说,进入的门槛可能会更低。取决于你需要什么。如果它只是一个学习练习,那么解释从数据库生成 UI 的表单方法应该没问题。您可以了解如何使用 C# 等编程语言从数据库编写更复杂的 GUI

Its a flexibility vs speed of development comparison. The forms package will be less flexible I would have thought but the barrier to entry for someone who doesn't programming is probably lower. Depends what you need. If its simply a learning exercise then a forms approach to explain generating a UI from a DB should be fine. You can lead to how to program a more complex GUI from the DB using a programming language such as C#

与他有关 2024-10-02 12:05:06

主要区别在于 C#(VB) 更通用,而 Oracle Forms 的领域要小得多。因此,如果您正在为明确定义的用户群(而不是公共互联网应用程序)编写 Oracle 数据库驱动的应用程序,则 Oracle Forms 可以加快开发速度,即使学习不是开发人员的主要因素。 C#(VB) 的一大优势是,在这些环境中完成了更多的开发,因此有更多的资源(示例、库等)。

The major difference is that C#(VB) are more general purpose while Oracle Forms has a much smaller domain. So if you are writing an Oracle database driven application for a well defined user population (not a public internet application), Oracle Forms can speed up development even without learning being a major factor for the developer. One large advantage that C#(VB) would have is that there is a lot more development done in those environments so there are more resources (examples, libraries, etc.).

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