irienaoki0407
irienaoki0407

Reputation: 1

database for winform and asp.net

Is it possible to use the same database for winform application (with vb.net) and web based with asp.net?

Upvotes: 0

Views: 151

Answers (4)

Faisal
Faisal

Reputation: 4264

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

Upvotes: 0

Ravi Vanapalli
Ravi Vanapalli

Reputation: 9942

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

Upvotes: 1

XpiritO
XpiritO

Reputation: 2827

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

Upvotes: 0

IordanTanev
IordanTanev

Reputation: 6240

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

Upvotes: 0

Related Questions