hi folks,
here is the question i have: i have this
VB.NET aplication that's currently strictly a desktop app, i.e. no Web access. However, i am planning on adidng a Web portion to it later down the line. so basically i am going to have two different applications, a desktop one and a Web one, accessing the same PostGreSQL database. i've never done anything like that before so i was just wondering what sort of issues would be involved in such a scenario. Would i need two different database connections or what?
Thanks all.