使用Postgresql实现在线数据库 [英] Implement online database using Postgresql

查看:73
本文介绍了使用Postgresql实现在线数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我们正在使用VB.Net将PostgreSQL数据库用于我们的桌面应用程序.它运作良好.现在我们要开发在线应用程序.我们是在线申请的新手.因此,请指导我,如何实现在线postgresql数据库?
我们可以使用VPS创建在线数据库吗?或其他任何实现方式?

请给我指导.

问候
Gloier

Hi,
We are using PostgreSQL Database for our Desktop application using VB.Net. It works well. Now we are going to develop online application. We are new to online application. So please guide me, What should do to implement online postgresql database?
Can we use VPS to create online databse? or any other way to implement it?

Kindly give guidance to me.

Regards
Gloier

推荐答案

在这种情况下,您首先应该查看ASP .Net.这里有很多关于如何从ASP .Net网页/Web应用程序开始的文章.

如果您的应用程序体系结构允许将数据访问和应用程序逻辑与用户界面分开,那将是一个加号.然后,您将能够重用此代码,只需使用ASP .Net网页创建一个新的用户界面.

如果不是,那么,您可能还会在三层体系结构上寻找文章(这是关于在不同层中分离用户界面,应用程序逻辑和数据访问).这是构建Web应用程序的一种非常常见的方法,具有一些优点.

祝你好运.

P.S. Postgre SQL可能不像其他数据库那样流行,但是我也经常使用它,直到现在它还是一个不错的选择.
In that case you first should take a look at ASP .Net. There are quite a few articles here on how to start with ASP .Net web pages / web applications.

It will be a plus if your application''s architecture allows to separate data access and application logic from your user interface. Then you will be able to reuse this code and only need to create a new user interface with ASP .Net webpages.

If not, well, then you might also look for Articles on three tier architecture (that''s about separating the user interface, the application logic and data access in separate tiers). This is a very common way of building web applications with a few advantages.

Good luck.

P.S. Postgre SQL may not be as popular as other databases, but I also use it a lot and up to now it turned out to be a good choice.


这篇关于使用Postgresql实现在线数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆