ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Using Cloud Database in a Desktop application

(1/1)

jeremejazz:
We're creating a system using MS VB.NET and we're planning to use an online database as a backup for it. Do you think this is advisable
to use this method?
And what websites do you know that offer online databases such as Microsoft SQL Server 2000? and by the way,
how do you connect to them using a desktop application?

wraith808:
There are many hosts that offer MS SQL Server as a database option- many of them are configured so that the DBMS cannot talk to the outside world, but only to local host.  The reason for this is that in the case that there's a vulnerability in SQL Server, the bad guys still can't get to it.  But even in those cases, as long as you have a non-shared solution, they will configure it as you ask- but IMO this is a bad decision.  The better way architecturally to do this IME is to have a webservice that talks to the DBMS, and access the web service from your application.

jeremejazz:
ok.. this looks difficult..

Navigation

[0] Message Index

Go to full version