I am wanting to develop an application in Visual Basic.NET that has an SQL database to store data.
My question is this: If I develop an SQL database and store it on my HDD, is it easy to later place this SQL database on a web server and interact with it the same as if it was just on my HDD?
I am wondering if I should develop it right from the start with Web capabilities or whether I can just place it on a web server later.
My question is this: If I develop an SQL database and store it on my HDD, is it easy to later place this SQL database on a web server and interact with it the same as if it was just on my HDD?
I am wondering if I should develop it right from the start with Web capabilities or whether I can just place it on a web server later.