tags:

views:

42

answers:

5

is it possible to use the same database for winform application (with vb.net) and web based with asp.net? thank you in advance

A: 

Hi, the database has nothing to do with the application that uses it. Yes it is possible and many applications has windows and web part that uses the same database BEst Regards, Iordan

IordanTanev
A: 

Database is not directly related to the interface you use to access it. With this in mind, then your answer is "yes".

XpiritO
+1  A: 

Yes you can always use the same database for windows and web applications. As database is totally a separate from you application.

Ravia
A: 

If both applications use the same data, you must not create separate database for each application.

Faisal
no..i'm using the same database for both....right now..i've already build winform and asp.net with same database..it worked fine in my laptop...but i wonder how to make it work in real..does the database have to upload in web hosting or other..
irienaoki0407
A: 

thank you for all of your reply...it's help me... i wonder,how to make the winform and asp.net can access the same database?? does the database have to upload on a web hosting or any other answer? sorry for my question..but i'm really new with this...

irienaoki0407
This could be a place to start: http://en.wikipedia.org/wiki/Multitier_architecture
magnus
@irienaoki0407 You may host your database on a server and connect to it remotely. You'll find different solutions for this, with different prices and service level agreements (don't expect great things from the majority of the free services). If you want to deploy a business solution, then you must host your database on a good host. You can find many using Google.
XpiritO