is it possible to use the same database for winform application (with vb.net) and web based with asp.net? thank you in advance
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
Database is not directly related to the interface you use to access it. With this in mind, then your answer is "yes".
Yes you can always use the same database for windows and web applications. As database is totally a separate from you application.
If both applications use the same data, you must not create separate database for each application.
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...